mirror of https://github.com/fantasticit/think.git
client: update meta
This commit is contained in:
parent
1e6b6658bc
commit
88c2769fa6
|
@ -12,7 +12,7 @@ function MyApp({ Component, pageProps }: AppProps) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<meta name="viewport" content="viewport-fit=cover" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
</Head>
|
</Head>
|
||||||
<Theme.Provider>
|
<Theme.Provider>
|
||||||
<Component {...pageProps} />
|
<Component {...pageProps} />
|
||||||
|
|
Loading…
Reference in New Issue