From e0ef08a5930fefa336054ee2deafbc18e42742bf Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 12 Feb 2026 10:23:38 -0500 Subject: Update 404 page permalink --- 404.md | 2 +- siteconfig.json | 2 +- 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" ---

Page not found :(

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 -- cgit v1.3.1