aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorAnthony Wang2022-06-26 17:59:39 -0500
committerAnthony Wang2022-06-26 17:59:39 -0500
commit34434990d305d13bd0e5f759723e3465438848d1 (patch)
treedba8d687887ba08a71d4c726671d13aa83986060 /config.toml
parent0a3c7501be4c8391be8f5ef1c54d68155874f2f9 (diff)
Remove duplicate slash from baseURL
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 0410756..3b1792c 100644
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,4 @@
-baseURL = 'https://ta180m.exozy.me/'
+baseURL = 'https://ta180m.exozy.me'
languageCode = 'en-us'
title = 'Some Random Website'
theme = 'gokarna'