From 0cfc94e5b83f714746b6e756d8df2fc8f9ca0538 Mon Sep 17 00:00:00 2001 From: Lee Date: Sun, 2 Jul 2023 13:14:26 +0000 Subject: [PATCH] remove trailing slash in the config --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index de4a7c0..ba70d2e 100644 --- a/config.json +++ b/config.json @@ -9,7 +9,7 @@ "links": [ { "title": "Git", - "url": "https://git.fascinated.cc/", + "url": "https://git.fascinated.cc", "color": { "normal": "bg-green-700", "hover": "bg-green-600"