We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e670830 commit 9c82e9eCopy full SHA for 9c82e9e
1 file changed
src/utils/rss.js
@@ -36,9 +36,9 @@ export const rssSettings = ({ latestPost = null, endpoint = '/rss.xml' } = {}) =
36
itunes: 'http://www.itunes.com/dtds/podcast-1.0.dtd',
37
media: 'http://search.yahoo.com/mrss/',
38
podcast: 'https://podcastindex.org/namespace/1.0',
39
- creativeCommons: 'https://cyber.harvard.edu/rss/creativeCommonsRssModule',
40
- atom: 'https://www.w3.org/2005/Atom',
41
- content: 'https://web.resource.org/rss/1.0/modules/content/'
+ creativeCommons: 'http://backend.userland.com/creativeCommonsRssModule',
+ atom: 'http://www.w3.org/2005/Atom',
+ content: 'http://purl.org/rss/1.0/modules/content/'
42
},
43
customData: [
44
'<language>en-us</language>',
0 commit comments