Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dravenww authored Apr 28, 2021
1 parent f065522 commit a3c5dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
['meta', { name: 'keywords', content: 'draven, blog, 前端, 技术博客, 德莱问'}],
],
serviceWorker: true, // 是否开启 PWA
base: '/curated-article/', // 部署到github相关的配置
base: '/', // 部署到github相关的配置
markdown: {
lineNumbers: true // 代码块是否显示行号
},
Expand Down Expand Up @@ -50,4 +50,4 @@ module.exports = {
sidebar: 'auto', // 侧边栏配置
sidebarDepth: 2
}
};
};

0 comments on commit a3c5dd8

Please sign in to comment.