From c19dfac86f6b934b0608f8e66e4c0d4c611806e4 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Wed, 8 Apr 2026 21:06:31 -0400 Subject: refactor: Preprocess Markdown Files Rather than converting markdown files to html on every request, pre convert them during build of the container. --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index fe38b72..3400e3a 100644 --- a/config.json +++ b/config.json @@ -11,9 +11,9 @@ "static/logos/favicon16.png", "static/logos/favicon32.png", "static/robots.txt", - "static/home.md" + "static/home.html" ], - "HomeHtml": "static/home.md", + "HomeHtml": "static/home.html", "MainTemplate" : "templates/template.html", "ErrorTemplate" : "templates/error.html" } -- cgit v1.2.3