|
@@ -25,7 +25,10 @@ const Head: React.SFC<Props> = ({
|
|
|
<meta charSet="UTF-8" />
|
|
|
<title>{t(title)}</title>
|
|
|
<meta name="description" content={t(description)} />
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
+ <meta
|
|
|
+ name="viewport"
|
|
|
+ content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=NO"
|
|
|
+ />
|
|
|
<link rel="icon" sizes="192x192" href="/static/touch-icon.png" />
|
|
|
<link rel="apple-touch-icon" href="/static/touch-icon.png" />
|
|
|
<link rel="mask-icon" href="/static/favicon-mask.svg" color="#49B882" />
|