From 5d9f3cf8de3c9792932dbb3c8a1fdaf5ef66a295 Mon Sep 17 00:00:00 2001 From: Adam Olech Date: Thu, 28 Oct 2021 00:16:31 +0200 Subject: config.toml: fix base url --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.toml') 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 -- cgit v1.2.1