diff options
| author | Bradley Taunt <git@btxx.org> | 2026-02-12 10:23:38 -0500 |
|---|---|---|
| committer | Bradley Taunt <git@btxx.org> | 2026-02-12 10:23:38 -0500 |
| commit | e0ef08a5930fefa336054ee2deafbc18e42742bf (patch) | |
| tree | e88f6060fd155bab84b5256f2c6a7aec8baef69d | |
| parent | 1df2a85eaeabed17736081b87cab1245f5c6e3c5 (diff) | |
Update 404 page permalink
| -rw-r--r-- | 404.md | 2 | ||||
| -rw-r--r-- | siteconfig.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |
