mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-30 02:36:30 +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}
|
enabled={!!process.env.PLAUSIBLE_DOMAIN}
|
||||||
>
|
>
|
||||||
<Head>
|
<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>
|
</Head>
|
||||||
<CrispChat />
|
<CrispChat />
|
||||||
<Toaster />
|
<Toaster />
|
||||||
|
|
Loading…
Add table
Reference in a new issue