Skip to content

Commit

Permalink
more redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 11, 2024
1 parent f869d8e commit 2ca7488
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,21 @@ const nextConfig = {
destination: 'https://pmndrs.github.io/react-three-fiber/:slug*',
permanent: true,
},
// {
// source: '/zustand/:slug*',
// destination: 'https://pmndrs.github.io/zustand/:slug*',
// permanent: true,
// },
// {
// source: '/a11y/:slug*',
// destination: 'https://pmndrs.github.io/a11y/:slug*',
// permanent: true,
// },
// {
// source: '/react-postprocessing/:slug*',
// destination: 'https://pmndrs.github.io/react-postprocessing/:slug*',
// permanent: true,
// },
{
source: '/zustand/:slug*',
destination: 'https://pmndrs.github.io/zustand/:slug*',
permanent: true,
},
{
source: '/a11y/:slug*',
destination: 'https://pmndrs.github.io/a11y/:slug*',
permanent: true,
},
{
source: '/react-postprocessing/:slug*',
destination: 'https://pmndrs.github.io/react-postprocessing/:slug*',
permanent: true,
},
// {
// source: '/uikit/:slug*',
// destination: 'https://pmndrs.github.io/uikit/:slug*',
Expand Down

0 comments on commit 2ca7488

Please sign in to comment.