diff --git a/vite.config.js b/vite.config.js index 8bfc3c0..9f9dce1 100644 --- a/vite.config.js +++ b/vite.config.js @@ -6,5 +6,8 @@ export default defineConfig({ server: { host: true }, + preview: { + allowedHosts: true + }, plugins: [tailwindcss(), sveltekit()] });