From fb7201b6a54ff6118b6c225f5c43aa77cb211891 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Fri, 13 Jan 2023 05:00:50 +0000 Subject: [PATCH] style: add trailling stash to baseURL as mandated by docs --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 1ce0a36d..acd87158 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'