Update vite.config.js
This commit is contained in:
@@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react'
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
preview: {
|
preview: {
|
||||||
allowedHosts: "all"
|
allowedHosts: ["*.sslip.io"]
|
||||||
//allowedHosts: ["example.com"]
|
//allowedHosts: ["example.com"]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user