mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
fix(docs): link to api config reference (#8038)
* fix(docs): link to api config reference * chore: add redirect
This commit is contained in:
parent
fc2d74a2bb
commit
53e8453ad8
@ -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}
|
||||
|
@ -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!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user