Skip to content

Commit f6ed65b

Browse files
committed
chore: fix rss feed
1 parent e991ecc commit f6ed65b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nuxt/feeds/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ export default ({ baseUrl }) => {
1414
title: 'Stuart Clark - Experimenting with Druxt',
1515
link: `${domain}/blog.xml`,
1616
description: "Stuart Clark's Blog feed.",
17+
feed: `${domain}/blog.xml`,
18+
feedLinks: {
19+
rss: `${domain}/blog.xml`,
20+
},
1721
}
1822

1923
const query = new DrupalJsonApiParams()
@@ -51,6 +55,10 @@ export default ({ baseUrl }) => {
5155
title: 'Stuart Clark - Experimenting with Druxt',
5256
link: `${domain}/planet-drupal.xml`,
5357
description: "Stuart Clark's Planet Drupal feed.",
58+
feed: `${domain}/planet-drupal.xml`,
59+
feedLinks: {
60+
rss: `${domain}/planet-drupal.xml`,
61+
},
5462
}
5563

5664
const query = new DrupalJsonApiParams()

0 commit comments

Comments
 (0)