app: viewport meta tag to prevent Safari from automatically zooming in
This commit is contained in:
parent
20052b61ec
commit
7e6545a669
|
@ -41,6 +41,10 @@ function MyApp({ Component, pageProps }: AppProps) {
|
|||
content="https://manifold.markets/logo-bg-white.png"
|
||||
key="image2"
|
||||
/>
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, maximum-scale=1"
|
||||
/>
|
||||
</Head>
|
||||
|
||||
<Component {...pageProps} />
|
||||
|
|
Loading…
Reference in New Issue
Block a user