client: update meta

This commit is contained in:
fantasticit 2022-05-22 00:02:20 +08:00
parent 1e6b6658bc
commit 88c2769fa6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function MyApp({ Component, pageProps }: AppProps) {
return (
<>
<Head>
<meta name="viewport" content="viewport-fit=cover" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</Head>
<Theme.Provider>
<Component {...pageProps} />