Skip to content

Commit 5c99199

Browse files
author
katiegoines
committed
switching branches
1 parent e40f072 commit 5c99199

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tasks/migration.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,6 +1340,10 @@ const checkForBrokenLinks = function () {
13401340
});
13411341
};
13421342

1343+
const populateRedirects = function () {
1344+
1345+
};
1346+
13431347
// STEPS
13441348
// checkout next-release/main and pull most recent changes from remote
13451349
// create a branch for migration from next-release/main
@@ -1364,4 +1368,5 @@ const checkForBrokenLinks = function () {
13641368
// addAddtlJSPlatformsToMeta();
13651369
// addAddtlJSPlatformsToFragmentsInlineFilters();
13661370
// replaceOldLinks();
1367-
checkForBrokenLinks();
1371+
// checkForBrokenLinks();
1372+
populateRedirects();

0 commit comments

Comments
 (0)