Add host: 0.0.0.0 to server property. #1099
This commit is contained in:
@@ -21,6 +21,9 @@ export const options = {
|
|||||||
export default {
|
export default {
|
||||||
mode: "spa",
|
mode: "spa",
|
||||||
target: "static",
|
target: "static",
|
||||||
|
server: {
|
||||||
|
host: "0.0.0.0", // default: localhost
|
||||||
|
},
|
||||||
/*
|
/*
|
||||||
** Headers of the page
|
** Headers of the page
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user