fixed config bug

This commit is contained in:
2026-05-04 03:41:02 +02:00
parent 98bd0ef334
commit a77d45936c
+4 -2
View File
@@ -5,8 +5,10 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
server: {
allowedHosts: [
allowedHosts:
"all"
]
},
preview: {
allowedHosts: "all"
}
})