Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warning about lower case HTTP method (#464)
Fixes this warning from the CI build: ``` λ src/pages/rss.xml.ts 06:36:13 AM [astro] Lower case endpoint names are deprecated and will not be supported in Astro 4.0. Rename the endpoint get to GET. └─ /rss.xml (+14ms) ```
- Loading branch information