diff --git a/vite.config.js b/vite.config.js index 3f4acf3..1ca1a5f 100644 --- a/vite.config.js +++ b/vite.config.js @@ -12,6 +12,7 @@ export default defineConfig({ }, }, server: { - allowedHosts: ["tid.apps.nathanwindisch.com", "tid.apps.wnd.sh"], + // allowedHosts: ["tid.apps.nathanwindisch.com", "tid.apps.wnd.sh"], + allowedHosts: true, }, });