mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Merge branch 'master' of gitlab.com:MrFry/qmining-page
This commit is contained in:
commit
1012880e89
1 changed files with 4 additions and 1 deletions
|
@ -67,7 +67,10 @@ function MyApp({ Component, pageProps, router }) {
|
|||
return (
|
||||
<>
|
||||
<Head>
|
||||
<meta name="viewport" content="initial-scale=0.8, width=device-width" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="initial-scale=0.8, width=device-width, user-scalable=no"
|
||||
/>
|
||||
</Head>
|
||||
<Layout
|
||||
router={router}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue