Add host: 0.0.0.0 to server property. #1099
This commit is contained in:
parent
4ae8308663
commit
23a61d400d
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ export const options = {
|
|||
export default {
|
||||
mode: "spa",
|
||||
target: "static",
|
||||
server: {
|
||||
host: "0.0.0.0", // default: localhost
|
||||
},
|
||||
/*
|
||||
** Headers of the page
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue