From 53558ddb605d30b520d5b96b91612f21138f0a1d Mon Sep 17 00:00:00 2001 From: sammyette Date: Fri, 3 May 2024 12:45:10 -0400 Subject: [PATCH] fix: add slash to end of baseURL --- website/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config.toml b/website/config.toml index d87bca6..42f3d30 100644 --- a/website/config.toml +++ b/website/config.toml @@ -1,5 +1,5 @@ languageCode = 'en-us' -baseURL = 'https://rosettea.github.io/Hilbish' +baseURL = 'https://rosettea.github.io/Hilbish/' title = 'Hilbish' theme = 'hsh' enableGitInfo = true