From 53771a28b6fe54c02ae1e8d83f26e375e291fe7c Mon Sep 17 00:00:00 2001 From: Damien Boisvert Date: Thu, 25 Apr 2024 14:13:01 -0700 Subject: [PATCH] Remove following slash because of double slash bug --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 141f8eb..54b42f4 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ title: AlphaGameDeveloper -url: "https://alphagame.dev/" +url: "https://alphagame.dev" # note to self: dont set if it is running in the root dir # problems like linking to //style.css (note the two slashes)