From f50edd0e6a68701d69ee0e1c3fafa936da20d2de Mon Sep 17 00:00:00 2001 From: Antoine BERNIER Date: Sun, 11 Aug 2024 20:38:20 +0200 Subject: [PATCH] -redirs --- next.config.mjs | 10 ---------- 1 file changed, 10 deletions(-) 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*',