Skip to content

Commit

Permalink
chore: add redirect for core-values
Browse files Browse the repository at this point in the history
Core values was removed, this just adds a redirect to the homepage to avoid 404s.

Fixes #9084.

Signed-off-by: Tim deBoer <[email protected]>
  • Loading branch information
deboer-tim committed Sep 25, 2024
1 parent 33c0c56 commit 927b6a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ const config = {
'/docs/extensions/write/adding-icons',
],
},
{
to: '/',
from: '/core-values',
},
],
},
],
Expand Down

0 comments on commit 927b6a8

Please sign in to comment.