Add host: 0.0.0.0 to server property. #1099

This commit is contained in:
Liyas Thomas
2020-08-23 18:47:57 +05:30
parent 4ae8308663
commit 23a61d400d

View File

@@ -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
*/