diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-26 20:23:17 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-26 23:56:32 -0700 |
| commit | e3f0281c25d6ead23264a94b0a7b18f10019c185 (patch) | |
| tree | 085f03b4c10dbaae67f9c9f15feb1325394ac5f1 /package.json | |
| parent | bf0259562427fa415b522f5443931c99c6c9d288 (diff) | |
fix: rss.xml endpoint API route handler
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ff2940a..314e155 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/mdx": "^3.1.4", "@astrojs/react": "^3.6.2", - "@astrojs/rss": "^2.4.4", + "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^2.0.2", "astro": "^4.14.5", "react": "^18.3.1", |
