Skip to content

fix: generate sitemap in correct location#105

Merged
anukiransolur merged 1 commit intomainfrom
fix-sitemap-location
May 1, 2026
Merged

fix: generate sitemap in correct location#105
anukiransolur merged 1 commit intomainfrom
fix-sitemap-location

Conversation

@anukiransolur
Copy link
Copy Markdown
Contributor

The generateSitemap function was writing sitemap.xml to docs/.vitepress/dist/ but the deploy workflow uploads .vitepress/dist/. This path mismatch meant the sitemap was never included in the deployed site, causing https://docs.tailor.tech/sitemap.xml to return 404.

Change: Remove the extra docs/ segment from the output path so the sitemap is written to the same directory that gets deployed.

Impact: https://docs.tailor.tech/sitemap.xml will be accessible after the next deploy, enabling LLMs and search crawlers to discover all docs pages.

@anukiransolur anukiransolur requested a review from a team as a code owner April 28, 2026 16:06
@anukiransolur anukiransolur merged commit b4a831d into main May 1, 2026
3 checks passed
@anukiransolur anukiransolur deleted the fix-sitemap-location branch May 1, 2026 12:07
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