fix: fix path bug
This commit is contained in:
@@ -19,7 +19,7 @@ pygmentsCodefences = true
|
|||||||
pygmentsUseClasses = true
|
pygmentsUseClasses = true
|
||||||
pygmentsCodefencesGuessSyntax = true
|
pygmentsCodefencesGuessSyntax = true
|
||||||
|
|
||||||
staticDir = ["static", "themes/LoveIt/assets/others"] # static directories
|
staticDir = ["static", "../assets/others"] # static directories
|
||||||
|
|
||||||
[author] #### Author Info
|
[author] #### Author Info
|
||||||
name = "XXXX"
|
name = "XXXX"
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
../..
|
|
||||||
@@ -19,7 +19,7 @@ pygmentsCodefences = true
|
|||||||
pygmentsUseClasses = true
|
pygmentsUseClasses = true
|
||||||
pygmentsCodefencesGuessSyntax = true
|
pygmentsCodefencesGuessSyntax = true
|
||||||
|
|
||||||
staticDir = ["../static", "themes/LoveIt/assets/others"] # 静态文件目录
|
staticDir = ["../static", "../../assets/others"] # 静态文件目录
|
||||||
|
|
||||||
[author] #### 作者信息
|
[author] #### 作者信息
|
||||||
name = "XXXX"
|
name = "XXXX"
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
../../..
|
|
||||||
Reference in New Issue
Block a user