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