Netlify serves Jekyll 404 pages out of box
by @mzrnsh
I have built many Jekyll websites, but I kind of always forgot to add a 404 page. I knew it works out of box on local server (Webrick) and GH Pages.
Well, today I learned that Netlify respects our time as well and placing a `404.html` page in the root will also work magically over there, with 0 config.
Well, today I learned that Netlify respects our time as well and placing a `404.html` page in the root will also work magically over there, with 0 config.