remove viewport meta

This commit is contained in:
Kyle Spearrin 2018-07-10 10:47:31 -04:00
parent 9432abbd1a
commit b8da4cf6fc
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1020, initial-scale=1.0, maximum-scale=1.0" />
<meta name="theme-color" content="#3c8dbc">
<base href="" />

View File

@ -139,6 +139,7 @@ const serve = {
key: fs.readFileSync('dev-server' + certSuffix + '.pem'),
cert: fs.readFileSync('dev-server' + certSuffix + '.pem'),
},
// host: '192.168.1.9',
hot: false,
};