my website, hosted on wisp.place
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 4a8d3f176971d2b545dfb39e74d4eaffc75d4438 21 lines 433 B view raw
1{ 2 "name": "", 3 "type": "module", 4 "version": "0.0.1", 5 "scripts": { 6 "dev": "astro dev", 7 "build": "astro build", 8 "preview": "astro preview", 9 "astro": "astro" 10 }, 11 "dependencies": { 12 "@astrojs/rss": "^4.0.12", 13 "@astrojs/sitemap": "^3.6.0", 14 "@intergrav/slight.css": "^2.0.1", 15 "astro": "^5.13.9", 16 "markdown-it": "^14.1.0", 17 "prettier": "^3.6.2", 18 "prettier-plugin-astro": "^0.14.1", 19 "sanitize-html": "^2.17.0" 20 } 21}