Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

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

Merged
merged 3 commits into from Oct 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/3.configuration.md
Expand Up @@ -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}
Expand Down
3 changes: 3 additions & 0 deletions docs/public/_redirects
Expand Up @@ -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!
Expand All @@ -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!