freeCodeCamp / Developer_Quiz_Site

This is a quiz site filled with over 1200+ questions on programming.
https://developerquiz.org
BSD 3-Clause "New" or "Revised" License
246 stars 348 forks source link

feat: use routes at inner pages #941

Closed shootermv closed 8 months ago

shootermv commented 8 months ago

Summary of changes

Checklist

closes #XXXXX

JoyShaheb commented 8 months ago

@shootermv looks good to me, i was just wondering, where is the wildcard for error pages? in React-router-dom, you can target "*" wildcard to redirect users to error pages if anything mismatches on the route.