From 5cf43c5ff145123eb4b28512185cdd1a12408147 Mon Sep 17 00:00:00 2001 From: Kevin Trogant Date: Wed, 4 Jan 2023 13:48:42 +0100 Subject: [PATCH] fix: Use https instead of http --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 250492c..4bf5904 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'http://recreational.tech/' +baseURL = 'https://recreational.tech/' languageCode = 'en-us' defaultContentLanguage = 'en' title = 'recreational.tech'