From 2ca7488f606362ca448066d1e516de6765d52d68 Mon Sep 17 00:00:00 2001 From: Antoine BERNIER Date: Sun, 11 Aug 2024 02:27:56 +0200 Subject: [PATCH] more redirects --- next.config.mjs | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 56dfb7d3..547105f2 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -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*',