diff options
| author | Adam Olech <nddr89@gmail.com> | 2021-10-28 00:16:31 +0200 |
|---|---|---|
| committer | Adam Olech <nddr89@gmail.com> | 2021-10-28 00:16:31 +0200 |
| commit | 5d9f3cf8de3c9792932dbb3c8a1fdaf5ef66a295 (patch) | |
| tree | 57c6fd120661765ee1dda297266f960fb90fd58c /config.toml | |
| parent | e0b2266368a5fefe10b9dba7feddfdb84867338e (diff) | |
config.toml: fix base url
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 b772b18..b1f9b30 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ theme = 'soho' -baseURL = 'http://example.org/' +baseURL = 'https://aole.ch/' languageCode = 'en-us' title = 'where extinct potatos go to retire' summarylength = 10 |
