fixed bug in config

This commit is contained in:
2026-05-04 03:32:15 +02:00
parent 854f41d0b5
commit 7e11e41262
+1 -4
View File
@@ -4,12 +4,9 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})
export default {
server: {
allowedHosts: [
"cnn.marvinkrausser.com"
]
}
}
})