Skip to content

Commit 8e36850

Browse files
rohanharikrclaude
andcommitted
chore: Remove redundant redirect entries
S3 auto-redirects /path to /path/ so explicit no-trailing-slash entries are unnecessary. /index.html variants are also redundant since the trailing-slash entry is matched before index.html lookup. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 60eb379 commit 8e36850

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

redirects.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@
1919
"/pages/tenets": "/approach/tenets/",
2020
"/pages/protocol": "/approach/protocol/",
2121
"/support/": "/support/lifecycle/",
22-
"/support/index.html": "/support/lifecycle/",
23-
"/go": "/products/?utm_source=sticker&utm_medium=print&utm_campaign=git-off#github-offboarding",
24-
"/go/": "/products/?utm_source=sticker&utm_medium=print&utm_campaign=git-off#github-offboarding",
25-
"/go/index.html": "/products/?utm_source=sticker&utm_medium=print&utm_campaign=git-off#github-offboarding"
22+
"/go/": "/products/?utm_source=sticker&utm_medium=print&utm_campaign=git-off#github-offboarding"
2623
}

0 commit comments

Comments
 (0)