diff --git a/next.config.mjs b/next.config.mjs index 8bb618bd..6d115d93 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -91,6 +91,11 @@ const nextConfig = { destination: 'https://pmndrs.github.io/xr/docs/:slug*', permanent: true, }, + { + source: '/denoiser/:slug*', + destination: 'https://pmndrs.github.io/denoiser/docs/:slug*', + permanent: true, + }, ] }, }