diff --git a/docs/2.guide/1.concepts/3.rendering.md b/docs/2.guide/1.concepts/3.rendering.md index b6061f7d23..3453f3a805 100644 --- a/docs/2.guide/1.concepts/3.rendering.md +++ b/docs/2.guide/1.concepts/3.rendering.md @@ -69,7 +69,7 @@ export default defineNuxtConfig({ ::alert{type=info} If you do use `ssr: false`, you should also place an HTML file in `~/app/spa-loading-template.html` with some HTML you would like to use to render a loading screen that will be rendered until your app is hydrated. -:ReadMore{link="/docs/api/configuration/nuxt-config#spaloadingindicator"} +:ReadMore{link="/docs/api/configuration/nuxt-config#spaloadingtemplate"} :: ## Hybrid Rendering