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.
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.