diff --git a/00-Lesson-Site/frontend/astro.config.mjs b/00-Lesson-Site/frontend/astro.config.mjs index 4160aaa..42bb319 100644 --- a/00-Lesson-Site/frontend/astro.config.mjs +++ b/00-Lesson-Site/frontend/astro.config.mjs @@ -23,7 +23,7 @@ export default defineConfig({ }, server: { host: true, - port: 4321, + port: 5000, strictPort: true, allowedHosts: ["leafpig.mangopig.tech"], //Remember to add domain here if deploying },