Updated vite.config#server#allowedHosts

This commit is contained in:
n 2025-05-03 02:03:31 +01:00
parent cf0843a434
commit 2146637116

View File

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