From 0bee51bcff2ca202d414199ecf2201f7fd58a3bb Mon Sep 17 00:00:00 2001 From: deershark Date: Fri, 14 Feb 2025 11:49:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(layout):=20=E9=85=8D=E7=BD=AE=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E5=8F=8A=E5=8A=A8=E6=80=81=E8=AE=BE=E7=BD=AE=E7=BD=91?= =?UTF-8?q?=E7=AB=99=E5=9B=BE=E6=A0=87=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/app/layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index da659e64678639..c67ddab92efff9 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -6,6 +6,7 @@ import { getLocaleOnServer } from '@/i18n/server' import { TanstackQueryIniter } from '@/context/query-client' import './styles/globals.css' import './styles/markdown.scss' +import { BASE_PATH } from '@/config' export const metadata = { title: 'Dify', @@ -33,6 +34,7 @@ const LocaleLayout = ({ +