diff --git a/astro.config.mjs b/astro.config.mjs index 7cc142f..e95d1e4 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -11,6 +11,10 @@ export default defineConfig({ mode: 'standalone' }), vite: { - plugins: [tailwindcss()] + plugins: [tailwindcss()], + server: { + host: true, + allowedHosts: ['moreminimore.com', 'www.moreminimore.com', 'localhost'] + } } }); \ No newline at end of file