From f7cbfab14d4ca24b2aacd5c21e008d24ff58786b Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Fri, 20 Jan 2023 02:17:10 +0000 Subject: [PATCH] Revert "style: add trailling stash to baseURL as mandated by docs" This reverts commit fb7201b6a54ff6118b6c225f5c43aa77cb211891. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index acd8715..1ce0a36 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'https://a.exozy.me/' +baseURL = 'https://a.exozy.me' languageCode = 'en-us' title = 'Some Random Website' theme = 'gokarna'