diff options
| author | Bradley Taunt <git@btxx.org> | 2026-02-12 10:13:35 -0500 |
|---|---|---|
| committer | Bradley Taunt <git@btxx.org> | 2026-02-12 10:13:35 -0500 |
| commit | 1df2a85eaeabed17736081b87cab1245f5c6e3c5 (patch) | |
| tree | 81ba4a85a98bf7da3d5c99d4f82cd1099656144e | |
| parent | 22e39079143c7e6acdd79b76fc91e8a06fd3dd09 (diff) | |
Update 404 page location for siteconfig, newline error fix
| -rw-r--r-- | _site_listings/anti-algebra.tiiny.site.md | 2 | ||||
| -rw-r--r-- | siteconfig.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_site_listings/anti-algebra.tiiny.site.md b/_site_listings/anti-algebra.tiiny.site.md index 33d3547..36794a2 100644 --- a/_site_listings/anti-algebra.tiiny.site.md +++ b/_site_listings/anti-algebra.tiiny.site.md @@ -1,4 +1,4 @@ --- pageurl: anti-algebra.tiiny.site size: 330.1 ----
\ No newline at end of file +--- diff --git a/siteconfig.json b/siteconfig.json index b5412d6..48c36e1 100644 --- a/siteconfig.json +++ b/siteconfig.json @@ -1,3 +1,3 @@ { - "notFound": "404.html" + "notFound": "/404" }
\ No newline at end of file |
