There was an error while loading. Please reload this page.
1 parent a2630e6 commit bebfe28Copy full SHA for bebfe28
public/index.html
@@ -2,8 +2,10 @@
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
+ <meta name="description" content="description of your site"/>
6
+ <meta name="keywords" content="keyword1 keyword2"/>
7
<meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
9
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
10
<title>vue_template</title>
11
</head>
0 commit comments