fixed typo in server.allowedHosts

This commit is contained in:
Nathan Windisch 2025-03-09 05:44:42 +00:00
parent 513989e9c9
commit 087edc508e

View File

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