forked from mirrors/thatmattlove-hyperglass
fix mobile viewport issue [skip ci]
This commit is contained in:
parent
bbbfe9423b
commit
c9c6f39226
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ const App = (props: TApp) => {
|
|||
<meta name="og:image" content="/images/opengraph.jpg" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
</Head>
|
||||
<HyperglassProvider config={config}>
|
||||
<Component {...pageProps} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue