8000 Change output path for feed URLs · YoRobotCop/docs.hackerone.com@67a70be · GitHub
[go: up one dir, main page]

Skip to content

Commit 67a70be

Browse files
committed
Change output path for feed URLs
1 parent c9deafe commit 67a70be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gatsby-config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ module.exports = {
8585
id: 'https://docs.hackerone.com/changelog',
8686
createLinkInHead: /^\/changelog/,
8787
match: '^/changelog/',
88+
output: {
89+
rss2: '/changelog/rss.xml',
90+
atom: '/changelog/atom.xml',
91+
json: '/changelog/feed.json',
92+
},
8893
},
8994
],
9095
},

0 commit comments

Comments
 (0)
0