Update src/routes/docs/tutorials/nuxt-ssr-auth/step-8/+page.markdoc

Co-authored-by: Luke B. Silver <22452787+loks0n@users.noreply.github.com>
This commit is contained in:
Aditya Oberai
2025-06-04 17:56:49 +05:30
committed by GitHub
parent 304ab6010c
commit 05eedfb305

View File

@@ -16,4 +16,4 @@ For the last step, we must remove the welcome page and enable the pages we have
</template>
```
Replacing `<NuxtWelcome />` with `<NuxtPage />` will allow the user to navigate to the pages we have created so far, such as the sign-up and account pages, instead of the default Nuxt welcome page.
Replace `<NuxtWelcome />` with `<NuxtPage />` to allow the user to navigate to the pages created so far, such as the sign-up and account pages, instead of the default Nuxt welcome page.