diff --git a/next.config.js b/next.config.js index 38a7c6819..a45f389f8 100644 --- a/next.config.js +++ b/next.config.js @@ -29,7 +29,7 @@ const nextConfig = { }, { source: '/learn/:path*', - destination: 'https://sauced-intro.netlify.app/:path*/', + destination: 'https://learn-opensauced.netlify.app/:path*/', }, ] },