worked on transcripts
diff --git "a/pages/nucleus/transcript/\133code\135/index.js" "b/pages/nucleus/transcript/\133code\135/index.js"
index c5c4876..9a0c542 100644
--- "a/pages/nucleus/transcript/\133code\135/index.js"
+++ "b/pages/nucleus/transcript/\133code\135/index.js"
@@ -134,13 +134,13 @@
     }
     return {
         redirect: {
-            destination: `/nucleus/transcript/${ctx.params.code}/human`,
+            destination: `/nucleus/transcript/${ctx.params.code}/human?key=${ctx.query.key}`,
             permanent: true
         }
     }
     // let code;
     // try {
-    //     code = (await Axios.get(`http://${process.env.NUCLEUS_CALLBACK}/transcript/${ctx.params.code}`))
+    //     code = (await Axios.get(`http://${process.env.NUCLEUS_CALLBACK}/transcript/${ctx.params.code}?key=${ctx.query.key`))
     // } catch (e) {
     //     return {
     //         redirect: {