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 8e44a87 commit fc02c96Copy full SHA for fc02c96
bin/validate-redirects.ts
@@ -7,6 +7,8 @@ async function main() {
7
let numUrlsWithFragment = 0;
8
let numDuplicateRedirects = 0;
9
let numNonSlashedRedirects = 0;
10
+
11
+ const validEndings = ["/", "*", ".xml", ".md", ".json", ".html"];
12
13
const redirectSourceUrls: string[] = [];
14
0 commit comments