Update vite.config.js
parent
92f82a1e72
commit
f388af094e
|
@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react'
|
|||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
preview: {
|
||||
allowedHosts: "all"
|
||||
allowedHosts: ["*.sslip.io"]
|
||||
//allowedHosts: ["example.com"]
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue