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 e40f072 commit 5c99199Copy full SHA for 5c99199
tasks/migration.ts
@@ -1340,6 +1340,10 @@ const checkForBrokenLinks = function () {
1340
});
1341
};
1342
1343
+const populateRedirects = function () {
1344
+
1345
+};
1346
1347
// STEPS
1348
// checkout next-release/main and pull most recent changes from remote
1349
// create a branch for migration from next-release/main
@@ -1364,4 +1368,5 @@ const checkForBrokenLinks = function () {
1364
1368
// addAddtlJSPlatformsToMeta();
1365
1369
// addAddtlJSPlatformsToFragmentsInlineFilters();
1366
1370
// replaceOldLinks();
1367
-checkForBrokenLinks();
1371
+// checkForBrokenLinks();
1372
+populateRedirects();
0 commit comments