diff --git a/vite.config.js b/vite.config.js index 0616e59..2bc92b8 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,4 +4,7 @@ import tailwindcss from '@tailwindcss/vite' export default defineConfig({ plugins: [react(), tailwindcss()], + preview: { + allowedHosts: ['luna.reversed.dev'], + }, })