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