Skip to content

Commit

Permalink
Fix redirection (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois authored Mar 5, 2024
1 parent 59a729b commit 3e17be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ module.exports = {
async redirects() {
return [
{
source: '/samples/videoUploadingWebCodecs',
destination: '/samples/videoUploading?videoSource=videoFrame',
source: `${BASE_PATH}/samples/videoUploadingWebCodecs`,
destination: `${BASE_PATH}/samples/videoUploading?videoSource=videoFrame`,
permanent: true,
},
]
Expand Down

0 comments on commit 3e17be7

Please sign in to comment.