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