onecrayon / gridsome-plugin-feed

Generate an RSS, Atom, and/or JSON feed for your Gridsome site
13 stars 15 forks source link

Failed to load resource error #8

Closed RehanSaeed closed 4 years ago

RehanSaeed commented 4 years ago

I get this error sometimes:

/assets/data/rss.xml/index.json:1 Failed to load resource: the server responded with a status of 404 ()

It looks like there is JavaScript code trying to add the rss.xml file as a prefetch link:

image

RehanSaeed commented 4 years ago

I needed to use <a> instead of <g-link>.