changed domain config
This commit is contained in:
@@ -5,3 +5,11 @@ import react from '@vitejs/plugin-react'
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
export default {
|
||||||
|
server: {
|
||||||
|
allowedHosts: [
|
||||||
|
"cnn.marvinkrausser.com"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user