From 98d2eb65797cb3c6953ec21a135618d33d073283 Mon Sep 17 00:00:00 2001 From: yyh Date: Wed, 11 Feb 2026 20:16:58 +0800 Subject: [PATCH] fix(web): point docs links to mintlify preview domain --- web/context/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/context/i18n.ts b/web/context/i18n.ts index f371c1129b..64b13f5867 100644 --- a/web/context/i18n.ts +++ b/web/context/i18n.ts @@ -21,7 +21,7 @@ export const useGetPricingPageLanguage = () => { return getPricingPageLanguage(locale) } -export const defaultDocBaseUrl = 'https://docs.dify.ai' +export const defaultDocBaseUrl = 'https://dify-6c0370d8-add-new-agent.mintlify.app' export type DocPathMap = Partial> export const useDocLink = (baseUrl?: string): ((path?: DocPathWithoutLang, pathMap?: DocPathMap) => string) => {