From 17801d3ae81f9c9697fc2ae5f6b3dec662be1ae9 Mon Sep 17 00:00:00 2001 From: David Stack <2013388+davidstackio@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:44:09 -0400 Subject: [PATCH] docs: fix broken `spaLoadingTemplate` link (#21845) --- docs/2.guide/1.concepts/3.rendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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