mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-08 21:07:45 +00:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user