Remove Atom feed

This commit is contained in:
Carter McBride 2024-06-18 22:15:48 -06:00
parent 4c9e7076e4
commit 3023fbfb60
2 changed files with 1 additions and 2 deletions

View file

@ -20,7 +20,6 @@
"https://www.nomanssky.com/news/feed/", "https://www.nomanssky.com/news/feed/",
"https://www.lexaloffle.com/bbs/feed.php?uid=1", "https://www.lexaloffle.com/bbs/feed.php?uid=1",
"https://www.factorio.com/blog/rss", "https://www.factorio.com/blog/rss",
"https://bouncyrock.com/news.atom",
"https://kill-the-newsletter.com/feeds/pghhn8aaf264tukg.xml", "https://kill-the-newsletter.com/feeds/pghhn8aaf264tukg.xml",
"http://www.suppermariobroth.com/rss", "http://www.suppermariobroth.com/rss",
"http://unknownworlds.com/subnautica/feed/", "http://unknownworlds.com/subnautica/feed/",

View file

@ -7,7 +7,7 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"clean": "rm -rf dist", "clean": "rm -rf dist",
"build": "bun src/index.js", "build": "bun src/index.ts",
"check": "biome check --write ./src ./eslint.config.js" "check": "biome check --write ./src ./eslint.config.js"
}, },
"author": { "author": {