build: upgrade to v16.2.4
This commit is contained in:
@@ -13,7 +13,6 @@ import '@fontsource/roboto/500.css'
|
||||
import '@fontsource/roboto/700.css'
|
||||
import '../styles/nprogress.css'
|
||||
|
||||
import PlausibleProvider from 'next-plausible'
|
||||
import ChanjeTem from '../components/chanje-tem'
|
||||
import NextAppDirEmotionCacheProvider from './emotion-cache-provider'
|
||||
|
||||
@@ -70,7 +69,6 @@ export default function ThemeRegistry(props) {
|
||||
return (
|
||||
<>
|
||||
<InitColorSchemeScript attribute='class' />
|
||||
<PlausibleProvider domain='oki.re'>
|
||||
<NextAppDirEmotionCacheProvider options={{key: 'mui'}}>
|
||||
<ThemeProvider theme={theme}>
|
||||
<CssBaseline enableColorScheme />
|
||||
@@ -78,7 +76,6 @@ export default function ThemeRegistry(props) {
|
||||
{children}
|
||||
</ThemeProvider>
|
||||
</NextAppDirEmotionCacheProvider>
|
||||
</PlausibleProvider>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user