fix: git url is supposed to only miss commit hash (#31)
All checks were successful
continuous-integration/drone/push 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. that resulted in a garbled URL and a non-existent path as far as Gitea was concerned.
this PR fixes that.

Co-authored-by: surtur <a_mirre@utb.cz>
Reviewed-on: #31
Co-authored-by: wanderer <wanderer@noreply.git.dotya.ml>
Co-committed-by: wanderer <wanderer@noreply.git.dotya.ml>
This commit is contained in:
wanderer 2021-08-08 11:15:25 +02:00 committed by dalahast
parent 8a1821c416
commit 06da04bb5c
Signed by: Gitea
GPG Key ID: 0DD13DBC6B5433D3

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"