From c87f4aed55dcb272cc6df402b66b2a74bf463a1c Mon Sep 17 00:00:00 2001 From: shellRaining Date: Sat, 6 Jul 2024 20:20:11 +0800 Subject: [PATCH] docs: Fix the issue of incorrect inline link addresses in zh/guide/ssr-compat.md --- docs/zh/guide/ssr-compat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/guide/ssr-compat.md b/docs/zh/guide/ssr-compat.md index 0e980f4a..59da3fab 100644 --- a/docs/zh/guide/ssr-compat.md +++ b/docs/zh/guide/ssr-compat.md @@ -48,7 +48,7 @@ if (!import.meta.env.SSR) { } ``` -因为 [`Theme.enhanceApp`](/guide/custom-theme#theme-interface) 可以是异步的,所以可以有条件地导入并注册访问浏览器 API 的 Vue 插件: +因为 [`Theme.enhanceApp`](./custom-theme#theme-interface) 可以是异步的,所以可以有条件地导入并注册访问浏览器 API 的 Vue 插件: ```js // .vitepress/theme/index.js