changed domain config

This commit is contained in:
2026-05-04 03:29:45 +02:00
parent 382dccd398
commit 854f41d0b5
+8
View File
@@ -5,3 +5,11 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
})
export default {
server: {
allowedHosts: [
"cnn.marvinkrausser.com"
]
}
}