added another known host to vite config

This commit is contained in:
Nathan Windisch 2025-03-09 05:42:29 +00:00
parent fef8ababbc
commit 513989e9c9

View File

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