Adds allowedHosts entry for deployment

This commit is contained in:
aarbit 2025-02-12 23:12:09 -06:00
parent 1efdb9fb5c
commit bce365f4fc

View File

@ -8,11 +8,12 @@ export default defineConfig({
preview: {
port: 8084,
strictPort: true,
allowedHosts: ['matrix.halfbinary.net']
},
server: {
port: 8084,
strictPort: true,
host: true,
//origin: "http://0.0.0.0:8084",
},
}
})