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