diff options
author | Anthony Wang | 2023-01-20 02:17:10 +0000 |
---|---|---|
committer | Anthony Wang | 2023-01-20 02:17:10 +0000 |
commit | f7cbfab14d4ca24b2aacd5c21e008d24ff58786b (patch) | |
tree | ab0e935c74c0c3af9b53c438cb7c0c03c0df5775 /config.toml | |
parent | 67f570f5c9b8a07f40751cda14b542547e7a5b58 (diff) |
Revert "style: add trailling stash to baseURL as mandated by docs"
This reverts commit fb7201b6a54ff6118b6c225f5c43aa77cb211891.
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 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' |