Restore contact form and allow new host

This commit is contained in:
2026-05-13 17:39:16 +02:00
parent c1891951c0
commit be65ff51b4
4 changed files with 243 additions and 18 deletions

View File

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