fix: fix path bug

This commit is contained in:
Dillon
2019-08-26 02:43:16 +08:00
parent af3161fff6
commit 7644bc25c7
4 changed files with 2 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ pygmentsCodefences = true
pygmentsUseClasses = true
pygmentsCodefencesGuessSyntax = true
staticDir = ["../static", "themes/LoveIt/assets/others"] # 静态文件目录
staticDir = ["../static", "../../assets/others"] # 静态文件目录
[author] #### 作者信息
name = "XXXX"

View File

@@ -1 +0,0 @@
../../..