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 e708566 commit effec89Copy full SHA for effec89
1 file changed
site/astro.config.ts
@@ -9,7 +9,7 @@ const isDev = process.env.NODE_ENV === 'development'
9
10
const site = isDev
11
? // In development mode, use the local dev server.
12
- 'http://localhost:4321'
+ 'http://localhost:9001'
13
: process.env.DEPLOY_PRIME_URL !== undefined
14
? // If deploying on Netlify, use the `DEPLOY_PRIME_URL` environment variable.
15
process.env.DEPLOY_PRIME_URL
0 commit comments