lm-sys / lm-sys/lm-sys.github.io
RSS feed (/rss.xml) returns 404
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 98
- Forks
- 113
- Avg merge
- 2d 24m
- Merged PRs (30d)
- 15
Description
`/rss.xml` has been returning a 404 for a while now. The Wayback Machine shows it was last serving successfully around March 2024.
The generation script `scripts/gen-rss.mjs` and the `rss` npm dependency are still in the repo, and the build scripts in `package.json` still call `npm run rss` before building. The script writes to `public/rss.xml`, so it looks like the file is being generated but not served in the current deployment.
Could you check if the deploy pipeline is still including the `public/` directory output? Would love to have the feed back, big fan of your blog. Thanks team!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with scripts/gen-rss.mjs and the rss command in package.json, then run the RSS generation and build commands to confirm public/rss.xml is created. Inspect the deployment configuration to determine whether public/ is included in the deployed output. Done means the deployed /rss.xml responds successfully with the generated feed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100