diff --git a/eleventy.config.js b/eleventy.config.js index ef16a86..da5612b 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -421,7 +421,7 @@ export default function (eleventyConfig) { // WebSub hub notification — notify subscribers of feed updates const hubUrl = "https://websubhub.com/hub"; const feedUrls = [ - siteUrl, + `${siteUrl}/`, `${siteUrl}/feed.xml`, `${siteUrl}/feed.json`, ];