Skip to content

Commit

Permalink
chore: fix rss feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Apr 28, 2022
1 parent e991ecc commit f6ed65b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nuxt/feeds/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export default ({ baseUrl }) => {
title: 'Stuart Clark - Experimenting with Druxt',
link: `${domain}/blog.xml`,
description: "Stuart Clark's Blog feed.",
feed: `${domain}/blog.xml`,
feedLinks: {
rss: `${domain}/blog.xml`,
},
}

const query = new DrupalJsonApiParams()
Expand Down Expand Up @@ -51,6 +55,10 @@ export default ({ baseUrl }) => {
title: 'Stuart Clark - Experimenting with Druxt',
link: `${domain}/planet-drupal.xml`,
description: "Stuart Clark's Planet Drupal feed.",
feed: `${domain}/planet-drupal.xml`,
feedLinks: {
rss: `${domain}/planet-drupal.xml`,
},
}

const query = new DrupalJsonApiParams()
Expand Down

2 comments on commit f6ed65b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://stuar.tc as production
🚀 Deployed on https://626a2fae068b5769140d6250--stuartclark.netlify.app

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.