We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a729b commit 3e17be7Copy full SHA for 3e17be7
1 file changed
next.config.js
@@ -11,8 +11,8 @@ module.exports = {
11
async redirects() {
12
return [
13
{
14
- source: '/samples/videoUploadingWebCodecs',
15
- destination: '/samples/videoUploading?videoSource=videoFrame',
+ source: `${BASE_PATH}/samples/videoUploadingWebCodecs`,
+ destination: `${BASE_PATH}/samples/videoUploading?videoSource=videoFrame`,
16
permanent: true,
17
},
18
]
0 commit comments