Skip to content

Commit

Permalink
Merge pull request #316 from open-sauced/fix/redirect
Browse files Browse the repository at this point in the history
fix: new site link for courses to fix redirects
  • Loading branch information
BekahHW authored Jun 14, 2024
2 parents 75694a6 + 0c9e5ea commit 60a0aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const nextConfig = {
},
{
source: '/learn/:path*',
destination: 'https://sauced-intro.netlify.app/:path*/',
destination: 'https://learn-opensauced.netlify.app/:path*/',
},
]
},
Expand Down

0 comments on commit 60a0aa2

Please sign in to comment.