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 1226256 commit 31ade81Copy full SHA for 31ade81
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