fix(docs): link to api config reference (#8038)

* fix(docs): link to api config reference

* chore: add redirect
This commit is contained in:
Alexander Lichter 2022-10-07 18:45:37 +02:00 committed by GitHub
parent fc2d74a2bb
commit 53e8453ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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}

View File

@ -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!