pixelastic / norska

🏔️ Custom SSG using Pug, Webpack, PostCSS and Tailwind.
https://projects.pixelastic.com/norska/
MIT License
8 stars 0 forks source link

404 page not working #104

Closed pixelastic closed 3 years ago

pixelastic commented 3 years ago

https://projects.pixelastic.com/on-circle/follow/ leads to the default Netlify 404 page, while it should lead to https://projects.pixelastic.com/on-circle/404/

pixelastic commented 3 years ago

This can be fixed by adding a custom redirect in netlify.toml as we're using /404/ and not the default /404.html

This has been added to the template of new norska projects, but we'll need to add it to the existing projects:

pixelastic commented 3 years ago

✔ Done