fix: git url is supposed to only miss commit hash
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
to correctly point to a commit path, a '/src/commit/' chunk had to be added to the previously used URL, which simply pointed to the root of the repository
This commit is contained in:
parent
8a1821c416
commit
df3aa2f710
@ -23,7 +23,7 @@ enableEmoji = true
|
|||||||
themeColor = "#282a2b"
|
themeColor = "#282a2b"
|
||||||
justifyContent = false
|
justifyContent = false
|
||||||
relatedPosts = true
|
relatedPosts = true
|
||||||
gitUrl = "https://git.dotya.ml/dotya.ml/homepage"
|
gitUrl = "https://git.dotya.ml/dotya.ml/homepage/src/commit/"
|
||||||
|
|
||||||
# Directory name of your blog content (default is `content/posts`)
|
# Directory name of your blog content (default is `content/posts`)
|
||||||
contentTypeName = "content/posts"
|
contentTypeName = "content/posts"
|
||||||
|
Loading…
Reference in New Issue
Block a user