mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +02:00
parent
071eeb2339
commit
17f3a88fb8
1 changed files with 4 additions and 1 deletions
|
@ -34,7 +34,10 @@ const MyApp: NextPage<AppProps> = ({ Component, pageProps }) => {
|
|||
enabled={!!process.env.PLAUSIBLE_DOMAIN}
|
||||
>
|
||||
<Head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"
|
||||
/>
|
||||
</Head>
|
||||
<CrispChat />
|
||||
<Toaster />
|
||||
|
|
Loading…
Add table
Reference in a new issue