Skip to content

Commit

Permalink
chore: add redirect to nuxt.config
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Oct 25, 2023
1 parent 307a3b8 commit 55fe7d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export default defineNuxtConfig({
'/docs/examples/experimental': { redirect: '/docs/examples/experimental/wasm', prerender: false },
'/docs/community': { redirect: '/docs/community/getting-help', prerender: false },
'/docs/community/nuxt-community': { redirect: '/docs/community/getting-help', prerender: false },
'/docs/guide/directory-structure/nuxt.config': { redirect: '/docs/guide/directory-structure/nuxt-config', prerender: false },
'/enterprise': { redirect: '/enterprise/support', prerender: false }
},
nitro: {
Expand Down

0 comments on commit 55fe7d6

Please sign in to comment.