优化字体预渲染

This commit is contained in:
tangly1024.com
2023-07-21 14:16:14 +08:00
parent 32b7747d74
commit 4b6c045237
4 changed files with 77 additions and 78 deletions

View File

@@ -29,7 +29,7 @@ const MyApp = ({ Component, pageProps }) => {
return (
<GlobalContextProvider>
<ExternalScript />
<Component {...pageProps}/>
<Component {...pageProps} />
<ExternalPlugins {...pageProps} />
</GlobalContextProvider>
)