From 741d0a416cf05576cac8c50d86f55e8bf9a87b63 Mon Sep 17 00:00:00 2001 From: canful <56570859+canful@users.noreply.github.com> Date: Mon, 25 Nov 2019 15:12:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E6=96=87=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E5=B7=B2=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 模板文件的地址404错误 --- packages/docs/docs/zh/guide/directory-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/docs/zh/guide/directory-structure.md b/packages/docs/docs/zh/guide/directory-structure.md index ef25e08535..fe0e6c4048 100644 --- a/packages/docs/docs/zh/guide/directory-structure.md +++ b/packages/docs/docs/zh/guide/directory-structure.md @@ -45,7 +45,7 @@ VuePress 遵循 **“约定优于配置”** 的原则,推荐的目录结构 - `docs/.vuepress/enhanceApp.js`: 客户端应用的增强。 ::: warning 注意 -当你想要去自定义 `templates/ssr.html` 或 `templates/dev.html` 时,最好基于 [默认的模板文件](https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/core/lib/app/index.dev.html) 来修改,否则可能会导致构建出错。 +当你想要去自定义 `templates/ssr.html` 或 `templates/dev.html` 时,最好基于 [默认的模板文件](https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/core/lib/client/index.dev.html) 来修改,否则可能会导致构建出错。 ::: **同时阅读:**