We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e991ecc commit f6ed65bCopy full SHA for f6ed65b
nuxt/feeds/index.js
@@ -14,6 +14,10 @@ export default ({ baseUrl }) => {
14
title: 'Stuart Clark - Experimenting with Druxt',
15
link: `${domain}/blog.xml`,
16
description: "Stuart Clark's Blog feed.",
17
+ feed: `${domain}/blog.xml`,
18
+ feedLinks: {
19
+ rss: `${domain}/blog.xml`,
20
+ },
21
}
22
23
const query = new DrupalJsonApiParams()
@@ -51,6 +55,10 @@ export default ({ baseUrl }) => {
51
55
52
56
link: `${domain}/planet-drupal.xml`,
53
57
description: "Stuart Clark's Planet Drupal feed.",
58
+ feed: `${domain}/planet-drupal.xml`,
59
60
+ rss: `${domain}/planet-drupal.xml`,
61
54
62
63
64
0 commit comments