Skip to content

Commit effec89

Browse files
Modify Astro config to use 9001 port as well
1 parent e708566 commit effec89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const isDev = process.env.NODE_ENV === 'development'
99

1010
const site = isDev
1111
? // In development mode, use the local dev server.
12-
'http://localhost:4321'
12+
'http://localhost:9001'
1313
: process.env.DEPLOY_PRIME_URL !== undefined
1414
? // If deploying on Netlify, use the `DEPLOY_PRIME_URL` environment variable.
1515
process.env.DEPLOY_PRIME_URL

0 commit comments

Comments
 (0)