summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-08 21:06:31 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-08 21:06:31 -0400
commitc19dfac86f6b934b0608f8e66e4c0d4c611806e4 (patch)
tree53e2d7ceb01bc73fb91b6f5d0e57fd79efdd991d /config.json
parenta45ec48ef2a48c75d7c20d9c2d20a34de2fe2ba3 (diff)
refactor: Preprocess Markdown Filesv1.1.0
Rather than converting markdown files to html on every request, pre convert them during build of the container.
Diffstat (limited to 'config.json')
-rw-r--r--config.json4
1 files changed, 2 insertions, 2 deletions
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"
}