From df3aa2f710846fd1b7a66b1c8ff2576ce81ee97e Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 8 Aug 2021 01:10:07 +0200 Subject: [PATCH] fix: git url is supposed to only miss commit hash 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 --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 6e29391..74467b7 100644 --- a/config.toml +++ b/config.toml @@ -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"