|
@@ -7,6 +7,7 @@ import { TanstackQueryIniter } from '@/context/query-client'
|
|
|
import { ThemeProvider } from 'next-themes'
|
|
|
import './styles/globals.css'
|
|
|
import './styles/markdown.scss'
|
|
|
+import Fix from '@/utils/fix'
|
|
|
|
|
|
export const metadata = {
|
|
|
title: 'Dify',
|
|
@@ -64,6 +65,7 @@ const LocaleLayout = async ({
|
|
|
disableTransitionOnChange
|
|
|
>
|
|
|
<I18nServer>
|
|
|
+ <Fix/>
|
|
|
{children}
|
|
|
</I18nServer>
|
|
|
</ThemeProvider>
|