From 4688007416777f171c1e39968e7be26537fbaa28 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Sun, 7 Nov 2021 18:56:19 +0000 Subject: [PATCH] Change feed file extension --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index b5290ca..26735f4 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -217,7 +217,7 @@ module.exports = { } } `, - output: "/blog/feed.xml", + output: "/blog/feed.rss", title: extConfig.siteName + " Blog", }, ],