From a3c5dd8b5d57aee6f5ac1c63bc77a3881df84048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=B7=E8=8E=B1=E9=97=AE?= Date: Wed, 28 Apr 2021 11:29:22 +0800 Subject: [PATCH] Update config.js --- docs/.vuepress/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index ec3afa06d..9014563b1 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -8,7 +8,7 @@ module.exports = { ['meta', { name: 'keywords', content: 'draven, blog, 前端, 技术博客, 德莱问'}], ], serviceWorker: true, // 是否开启 PWA - base: '/curated-article/', // 部署到github相关的配置 + base: '/', // 部署到github相关的配置 markdown: { lineNumbers: true // 代码块是否显示行号 }, @@ -50,4 +50,4 @@ module.exports = { sidebar: 'auto', // 侧边栏配置 sidebarDepth: 2 } -}; \ No newline at end of file +};