diff options
author | Anthony Wang | 2022-06-26 17:59:39 -0500 |
---|---|---|
committer | Anthony Wang | 2022-06-26 17:59:39 -0500 |
commit | 34434990d305d13bd0e5f759723e3465438848d1 (patch) | |
tree | dba8d687887ba08a71d4c726671d13aa83986060 /config.toml | |
parent | 0a3c7501be4c8391be8f5ef1c54d68155874f2f9 (diff) |
Remove duplicate slash from baseURL
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
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' |