ua-snap / northern-climate-reports

MIT License
2 stars 0 forks source link

Redirect bad URL routes to the front page #644

Closed cstephen closed 6 months ago

cstephen commented 10 months ago

Closes #632.

This PR redirects unrecognized URL paths to the front page of the app, using the same Nuxt default route configuration we used for Arctic-EDS.

To test, run the app and enter any bogus URL path of your choosing (e.g., http://localhost:3000/foo/bar) and observe that the app redirects to the front page. All known routes should continue to work as expected.