fix: git url is supposed to only miss commit hash
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:
surtur 2021-08-08 01:10:07 +02:00
parent 8a1821c416
commit df3aa2f710
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -23,7 +23,7 @@ enableEmoji = true
themeColor = "#282a2b"
justifyContent = false
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`)
contentTypeName = "content/posts"