From 75ad792034263fb181906415c8adbfe10da3bce1 Mon Sep 17 00:00:00 2001 From: Richard Bronkhorst Date: Fri, 24 Dec 2021 15:33:05 +0100 Subject: [PATCH] Fix url --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 501471e..8580f2f 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'http://example.org/' +baseURL = 'https://clearsky.dev/' languageCode = 'en-us' title = 'ClearSky' theme = 'etch'