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 = ({
+