Add sitemap generation #8
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
javascript
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
thayen/portfolio-site!8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds @astrojs/sitemap to automatically generate a sitemap for better SEO with webcrawlers.
Code Review
This pull request updates several dependencies, including Astro and the Cloudflare adapter, and introduces the sitemap integration. It also configures the site URL and sets the prerender environment to Node. Feedback was provided regarding the removal of the compatibility_date in wrangler.jsonc, which is necessary for maintaining a stable runtime environment on Cloudflare.
@ -1,5 +1,4 @@{"compatibility_date": "2026-02-21","name": "portfolio-worker","assets": {The
compatibility_datefield is required for Cloudflare Workers to ensure a stable and predictable runtime environment. Removing it may cause deployment failures or unexpected behavior as Wrangler will default to the current date, potentially opting into breaking changes. Please restore this field with a valid date.