diff --git a/astro.config.mjs b/astro.config.mjs index 6561343..71be042 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -20,10 +20,10 @@ export default defineConfig({ vite: { plugins: [tailwindcss()], server: { - allowedHosts: ['*'] + allowedHosts: true }, preview: { - allowedHosts: ['*'] + allowedHosts: true } } }); \ No newline at end of file