diff --git a/next.config.mjs b/next.config.mjs index 44e5db3a..2ec37e03 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -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*',