added known host to vite config
This commit is contained in:
parent
a17ccedc71
commit
fef8ababbc
@ -11,4 +11,7 @@ export default defineConfig({
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
},
|
||||
},
|
||||
server: {
|
||||
allowedHosts: ["tis.apps.nathanwindisch.com", "tid.apps.wnd.sh"],
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user