We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56875e3 commit 6ff260fCopy full SHA for 6ff260f
node-scripts/generate-youtube-redirects.js
@@ -1,8 +1,8 @@
1
const fs = require('node:fs');
2
const { paths, toSlug } = require('../content-testing/content');
3
4
-// Generates a JSON file with mappings of YouTube video IDS to their challenge or track URL
5
-// Priotity: challenge > canonicalTrack > track
+// Generates a JSON file that maps YouTube IDs to their challenge or track URL
+// Priority: challenge > canonical track > track
6
7
const redirects = {};
8
0 commit comments