set server.allowedHosts = true

This commit is contained in:
Nathan Windisch 2025-03-09 06:29:07 +00:00
parent c324667abd
commit 0015bcab58

View File

@ -12,6 +12,7 @@ export default defineConfig({
}, },
}, },
server: { server: {
allowedHosts: ["tid.apps.nathanwindisch.com", "tid.apps.wnd.sh"], // allowedHosts: ["tid.apps.nathanwindisch.com", "tid.apps.wnd.sh"],
allowedHosts: true,
}, },
}); });