my website, hosted on wisp.place
0
fork

Configure Feed

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

at 08317b52aa210ea76f1f95b268ea083f4e9c0a34 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": "^3.0.2", 15 "astro": "^5.14.1", 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}