Add host: 0.0.0.0 to server property. #1099
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user