Skip to content

Commit 12a9adb

Browse files
committed
Fix base path
1 parent 9875885 commit 12a9adb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Vuepress
22
docs/.vuepress/dist
3+
.ds_store
34

45
# Logs
56
logs

docs/.vuepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
base: '/docs/',
2+
base: '/Docs/',
33
themeConfig:
44
{
55
nav: [

0 commit comments

Comments
 (0)