diff options
author | Valentin Popov <valentin@popov.link> | 2024-09-05 00:45:53 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-09-05 00:45:53 +0300 |
commit | 7770a0852c0ba9cb0790d447cb3af0a5bf00e2ba (patch) | |
tree | 97ddee442f7844a19add1c44a60578664d9ce9e0 /package.json | |
parent | 536956f0f320d1cf4be0938d7836a1dee64b345a (diff) | |
download | popov.link-7770a0852c0ba9cb0790d447cb3af0a5bf00e2ba.tar.xz popov.link-7770a0852c0ba9cb0790d447cb3af0a5bf00e2ba.zip |
Added RSS
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 268aeb9..3d979c2 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.3", + "@astrojs/rss": "^4.0.7", "astro": "^4.15.2", "typescript": "^5.5.4" }, |