We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bafab commit 2a8486aCopy full SHA for 2a8486a
docs-website/scripts/deployment.ts
@@ -54,7 +54,7 @@ async function main() {
54
NODE_ENV: 'production',
55
PORT: String(port),
56
},
57
- regions: ['iad'],
+ regions: [stage === 'preview' ? 'fra' : 'iad'],
58
})
59
}
60
website/scripts/deployment.ts
@@ -57,7 +57,7 @@ async function main() {
61
62
63
0 commit comments