Skip to content

Commit dc72e04

Browse files
Fix feed name (#116)
Forgot we renamed this.
1 parent 361f01a commit dc72e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eleventy.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function (eleventyConfig) {
1515
},
1616
opengraphImageUrl:
1717
'https://raw.githubusercontent.com/x-govuk/logo/main/images/x-govuk-opengraph-image.png',
18-
feedUrl: 'posts.xml',
18+
feedUrl: 'feed.xml',
1919
homeKey: 'X-GOVUK',
2020
url: process.env.GITHUB_ACTIONS && 'https://x-govuk.github.io/',
2121
header: {

0 commit comments

Comments
 (0)