Update vite.config.js

This commit is contained in:
Kar
2025-02-14 14:30:06 +00:00
parent 92f82a1e72
commit f388af094e

View File

@@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
preview: {
allowedHosts: "all"
allowedHosts: ["*.sslip.io"]
//allowedHosts: ["example.com"]
}
})