Skip to content

Commit

Permalink
fix: plugin redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 authored Jan 23, 2025
1 parent 7ea68d5 commit 8699a3b
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 @@ -285,6 +285,7 @@ export default defineNuxtConfig({
'/docs/faq/internal-storage': {redirect: '/docs/developer-guide/storage#internal-storage-faq'},
'/docs/faq': {redirect: '/docs/installation/troubleshooting'},
'/docs/enterprise/kestra-identity': {redirect: '/docs/brand-assets'},
'/plugin': {redirect: '/plugins'},
'/videos': {redirect: '/tutorial-videos/all'},
'/tutorial-videos': {redirect: '/tutorial-videos/all'},
'/community-guidelines': {redirect: '/docs/getting-started/community-guidelines'},
Expand Down

0 comments on commit 8699a3b

Please sign in to comment.