HackYourFuture-CPH / Guide-IT

Guide IT, a tool to help newcomers decide their IT path
MIT License
3 stars 1 forks source link

added a router for capturing all the invalid routes #191

Closed TITHI1244 closed 3 years ago

TITHI1244 commented 3 years ago

Description

Added a router for capturing all the invalid routes and direct them to the Error404Page component.

Fixes # (issue)

How to test?

Run npm run dev and check all the possible routes, especially what you have worked with, if they still are working.

Checklist

ccshah298 commented 3 years ago

its working 👍