aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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