It's time to create a new page for our site and redirect to it using Nuxt. We won't be doing a full redirect where we refresh the whole page, but rather, a Nuxt redirect where we visit a separate route to swap out the contents of our page without refreshing our browser at all.
We'll be using Nuxt's convenient page route creation and the Nuxt $router
object to do so.