Skip to content

Commit

Permalink
-redirs
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 11, 2024
1 parent 5c51411 commit f50edd0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,11 @@ 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 f50edd0

Please sign in to comment.