From 8238f3cc2251cbbd244da118a14e33004dd375bc Mon Sep 17 00:00:00 2001 From: Edwin Noorlander Date: Mon, 24 Nov 2025 15:14:26 +0100 Subject: [PATCH] Change default page from welkom to index --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index b3b9f43..1b1cbf7 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,7 @@ "site_title": "CodePress", "content_dir": "content", "templates_dir": "engine/templates", - "default_page": "welkom", + "default_page": "index", "theme": { "header_color": "#0a369d",