From 081b804c9e7d615ec070639f972b13d26860cd4b Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Sun, 16 Mar 2025 22:12:09 -0700 Subject: [PATCH] minor config fixes --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index d6fbaa6..139504c 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "ch0ccyra1n.planetexpress.me" +baseURL = "https://ch0ccyra1n.planetexpress.me" languageCode = "en-us" license = "CC BY-NC-SA 4.0" licenselink = "https://creativecommons.org/licenses/by-nc-sa/4.0/" @@ -19,11 +19,11 @@ url = "/posts/" weight = 2 [[menu.main]] name = "Contact" -url = "/contact" +url = "/contact/" weight = 3 [[menu.main]] name = "Support Me!" -url = "/support" +url = "/support/" weight = 4 [[menu.main]] name = "Subscribe via RSS"