/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!
/rss.xmlhas 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.mjsand therssnpm dependency are still in the repo, and the build scripts inpackage.jsonstill callnpm run rssbefore building. The script writes topublic/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!