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

Commit

Permalink
fix(docs): link to api config reference (#8038)
Browse files Browse the repository at this point in the history
* fix(docs): link to api config reference

* chore: add redirect
  • Loading branch information
manniL committed Oct 7, 2022
1 parent fc2d74a commit 53e8453
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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!

0 comments on commit 53e8453

Please sign in to comment.