From 9f3caf9a4c9a7065b7d8eca260aa9f8dbc5c366b Mon Sep 17 00:00:00 2001 From: Bryan Braun Date: Fri, 3 Nov 2023 10:26:52 -0400 Subject: [PATCH] fix: ensure RSS feed is linked consistently fixes KyleAMathews/blog#31 --- gatsby-config.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 000102b9..d9681864 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -119,14 +119,7 @@ module.exports = { } `, output: "/rss.xml", - title: "Your Site's RSS Feed", - // optional configuration to insert feed reference in pages: - // if `string` is used, it will be used to create RegExp and then test if pathname of - // current page satisfied this regular expression; - // if not provided or `undefined`, all pages will have feed reference inserted - match: "^/blog/", - // optional configuration to specify external rss feed, such as feedburner - link: "https://feeds.feedburner.com/gatsby/blog", + title: "Bricolage", }, ], },