fix: add posts to rss.xml
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -8,7 +8,7 @@
|
||||
"name": "@example/blog",
|
||||
"version": "0.0.1",
|
||||
"devDependencies": {
|
||||
"@astrojs/rss": "^1.0.3",
|
||||
"@astrojs/rss": "^1.2.1",
|
||||
"@astrojs/sitemap": "^1.0.0",
|
||||
"astro": "^1.6.11",
|
||||
"esbuild": "^0.15.12",
|
||||
@@ -136,9 +136,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@astrojs/rss": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-1.0.3.tgz",
|
||||
"integrity": "sha512-SkAUMnp/LpryOR5B69rlF69AjKE3YlIPRmWad5WoRVeAH1CEEvSh8sC8/qhtG9haPFYa9JoX6zp5V5MkUOop3A==",
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-1.2.1.tgz",
|
||||
"integrity": "sha512-ZgCunS6ECuPpxBznBYE+ONf23rcp+OWZ5IyDKFAcVZCWEq8Bh0rVYa9p8u6cU9WOTK56JRQTuwcVZYndmExNtw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"fast-xml-parser": "^4.0.8"
|
||||
@@ -7069,9 +7069,9 @@
|
||||
}
|
||||
},
|
||||
"@astrojs/rss": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-1.0.3.tgz",
|
||||
"integrity": "sha512-SkAUMnp/LpryOR5B69rlF69AjKE3YlIPRmWad5WoRVeAH1CEEvSh8sC8/qhtG9haPFYa9JoX6zp5V5MkUOop3A==",
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-1.2.1.tgz",
|
||||
"integrity": "sha512-ZgCunS6ECuPpxBznBYE+ONf23rcp+OWZ5IyDKFAcVZCWEq8Bh0rVYa9p8u6cU9WOTK56JRQTuwcVZYndmExNtw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"fast-xml-parser": "^4.0.8"
|
||||
|
||||
Reference in New Issue
Block a user