Spaces:
Running
Running
fix: update allowed hosts
Browse files- vite.config.ts +3 -0
vite.config.ts
CHANGED
|
@@ -36,6 +36,9 @@ export default defineConfig(({ mode }) => ({
|
|
| 36 |
},
|
| 37 |
},
|
| 38 |
},
|
|
|
|
|
|
|
|
|
|
| 39 |
plugins: [react(), mode === "development" && componentTagger()].filter(
|
| 40 |
Boolean
|
| 41 |
),
|
|
|
|
| 36 |
},
|
| 37 |
},
|
| 38 |
},
|
| 39 |
+
preview: {
|
| 40 |
+
allowedHosts: ["jurmy24-lelab.hf.space"],
|
| 41 |
+
},
|
| 42 |
plugins: [react(), mode === "development" && componentTagger()].filter(
|
| 43 |
Boolean
|
| 44 |
),
|