gatsby-plugin-feed is showing my home page and about page as recent updates #33860
Unanswered
joseph-allen
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I go on my website ortom.ai with an RSS reader, all blog posts show up correctly, but for some reason, my home page and the about page on my website show up as new posts from the point I land on my site.
They seem to be collecting the data from the pages index.md files even though these are not rendered in the page itself.
My assumption was that
match: '^/journal/',
would have meant my RSS feed only scraped my blog pages, but content from my case studies page is also showing up. http://localhost:8000/caseStudiesMy configuration is listed below:
I think I've fixed this by adding a filter to my GraphQL, I figured I would post here as I couldn't find this solution through googling.
Beta Was this translation helpful? Give feedback.
All reactions