Skip to content

fix: broaden sitemap ignorePatterns to exclude /search#72

Merged
planetf1 merged 1 commit into
ibm-granite:mainfrom
planetf1:fix/remove-fork-staging-special-case
Jun 10, 2026
Merged

fix: broaden sitemap ignorePatterns to exclude /search#72
planetf1 merged 1 commit into
ibm-granite:mainfrom
planetf1:fix/remove-fork-staging-special-case

Conversation

@planetf1

Copy link
Copy Markdown
Collaborator

Follow-up to #67.

The ignorePatterns: ['/search'] added in #67 wasn't matching because the actual sitemap URL path is /granite/docs/search (baseUrl-prefixed). Changed to **/search to match regardless of baseUrl prefix.

Verified on wwwstage: the search entry is still present after #67 deployed, confirming the original pattern didn't match.

🤖 Generated with Claude Code

…h path

Pattern '/search' only matches the root path; the actual sitemap URL
is /granite/docs/search so the entry was not excluded. Use '**/search'
to match regardless of baseUrl prefix.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@planetf1 planetf1 requested a review from serjikibm June 10, 2026 13:23

@serjikibm serjikibm left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@planetf1 planetf1 merged commit 936d1c5 into ibm-granite:main Jun 10, 2026
3 checks passed
@planetf1 planetf1 deleted the fix/remove-fork-staging-special-case branch June 10, 2026 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants