From 51d93b13632aa433bab6c8e93c439682a1df8b59 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Thu, 10 Mar 2016 10:09:50 -0800 Subject: [PATCH] Switch path of 404 page to /404.html so works by default on github pages --- pages/404.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/404.md b/pages/404.md index 7376ed2..a8331ee 100644 --- a/pages/404.md +++ b/pages/404.md @@ -1,3 +1,6 @@ +--- +path: /404.html +--- # NOT FOUND You just hit a route that doesn't exist... the sadness.