Adds allowedHosts entry for deployment
This commit is contained in:
parent
1efdb9fb5c
commit
bce365f4fc
@ -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",
|
||||
},
|
||||
}
|
||||
})
|
||||
Loading…
x
Reference in New Issue
Block a user