Skip to content

Commit

Permalink
fix: more redirs
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 11, 2024
1 parent 79f910c commit 5300b0e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,21 @@ const nextConfig = {
destination: 'https://pmndrs.github.io/zustand/:slug*',
permanent: true,
},
{
source: '/a11y/introduction',
destination: 'https://pmndrs.github.io/react-three-a11y/getting-started/introduction',
permanent: true,
},
{
source: '/a11y/:slug*',
destination: 'https://pmndrs.github.io/react-three-a11y/:slug*',
permanent: true,
},
{
source: '/react-postprocessing/introduction',
destination: 'https://pmndrs.github.io/react-postprocessing/getting-started/introduction',
permanent: true,
},
{
source: '/react-postprocessing/:slug*',
destination: 'https://pmndrs.github.io/react-postprocessing/:slug*',
Expand Down

0 comments on commit 5300b0e

Please sign in to comment.