the-programmers-hangout / website

🌳 TPH website
https://theprogrammershangout.com
MIT License
102 stars 67 forks source link

404 Pages on Collections #217

Closed khinshankhan closed 4 years ago

khinshankhan commented 4 years ago

Abstracted the logic in the resources' 404 page to work on any given collection. Implemented it for the tech spotlights. It should be easy enough to add the special 404 to a new collection if one appears as well.

A couple of notes:

veksen commented 4 years ago

Nice! Could you run npm run format and npm run lint:fix on the code?