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 da5d6b1 commit 7acba38Copy full SHA for 7acba38
bin/validate-redirects.ts
@@ -28,6 +28,7 @@ async function main() {
28
}
29
30
if (
31
+ // CED-76 - flag unslashed redirects b/c these don't behave as expected due to our routing / preference for slashed endpoints
32
!validEndings.some((ending) => from.endsWith(ending)) &&
33
// CED-99 - known exception for /api where this isn't natively handled by our app
34
from != "/api"
0 commit comments