Allow luna.reversed.dev host

This commit is contained in:
2026-03-23 20:25:14 +01:00
parent d0f87c187a
commit 5d6d0bc749

View File

@@ -4,4 +4,7 @@ import tailwindcss from '@tailwindcss/vite'
export default defineConfig({ export default defineConfig({
plugins: [react(), tailwindcss()], plugins: [react(), tailwindcss()],
preview: {
allowedHosts: ['luna.reversed.dev'],
},
}) })