aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <git@btxx.org>2026-02-12 10:23:38 -0500
committerBradley Taunt <git@btxx.org>2026-02-12 10:23:38 -0500
commite0ef08a5930fefa336054ee2deafbc18e42742bf (patch)
treee88f6060fd155bab84b5256f2c6a7aec8baef69d
parent1df2a85eaeabed17736081b87cab1245f5c6e3c5 (diff)
Update 404 page permalink
-rw-r--r--404.md2
-rw-r--r--siteconfig.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/404.md b/404.md
index 671a0a6..9ab724f 100644
--- a/404.md
+++ b/404.md
@@ -1,7 +1,7 @@
---
title: 404 Page Not Found
layout: page
-permalink: "404/"
+permalink: "404.html"
---
<p><strong>Page not found :(</strong></p>
diff --git a/siteconfig.json b/siteconfig.json
index 48c36e1..b5412d6 100644
--- a/siteconfig.json
+++ b/siteconfig.json
@@ -1,3 +1,3 @@
{
- "notFound": "/404"
+ "notFound": "404.html"
} \ No newline at end of file