From d13785489978e20be0dc713a91a41a493bfa216e Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Fri, 7 Oct 2022 17:56:18 +0200 Subject: [PATCH 1/2] fix(docs): link to api config reference --- docs/content/1.getting-started/3.configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.getting-started/3.configuration.md b/docs/content/1.getting-started/3.configuration.md index f4e7074e278..64d034bf2a5 100644 --- a/docs/content/1.getting-started/3.configuration.md +++ b/docs/content/1.getting-started/3.configuration.md @@ -22,7 +22,7 @@ export default defineNuxtConfig({ This file will often be mentioned in the documentation, for example to add custom scripts, register modules or change rendering modes. ::alert{type=info} -Every configuration option is described in the [Configuration Reference](/api/configuration/nuxt.config). +Every configuration option is described in the [Configuration Reference](/api/configuration/nuxt-config). :: ::alert{type=info} From 31fbdc6617cda824769b8a2dc96e0771f65e5528 Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Fri, 7 Oct 2022 17:59:12 +0200 Subject: [PATCH 2/2] chore: add redirect --- docs/public/_redirects | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/public/_redirects b/docs/public/_redirects index fae84a2c04f..d633e337bb5 100644 --- a/docs/public/_redirects +++ b/docs/public/_redirects @@ -50,6 +50,8 @@ /guide/features/app-config /guide/directory-structure/app.config 302! /guide/features/runtime-config /guide/going-further/runtime-config 302! /guide/features/teleports /api/components/teleports 302! +# https://github.com/nuxt/framework/pull/8038 +/api/configuration/nuxt.config /api/configuration/nuxt-config 302! /guide/deploy/node-server /getting-started/deployment 302! /guide/deploy/static-hosting /getting-started/deployment 302! @@ -65,3 +67,4 @@ /guide/deploy/providers/render https://nitro.unjs.io/deploy/providers/render 302! /guide/deploy/providers/stormkit https://nitro.unjs.io/deploy/providers/stormkit 302! /guide/deploy/providers/vercel https://nitro.unjs.io/deploy/providers/vercel 302! +