added another known host to vite config
This commit is contained in:
parent
fef8ababbc
commit
513989e9c9
@ -12,6 +12,10 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
allowedHosts: ["tis.apps.nathanwindisch.com", "tid.apps.wnd.sh"],
|
allowedHosts: [
|
||||||
|
"tis.apps.nathanwindisch.com",
|
||||||
|
"tid.apps.wnd.sh",
|
||||||
|
"tid.main.apps.nathanwindisch.com",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user