openknowledgebe / website

Open Knowledge Belgium website
https://openknowledge.be
MIT License
4 stars 0 forks source link

Enable Sitemap and RSS feed creation #72

Closed auloin closed 3 years ago

auloin commented 3 years ago

Close #55

Added Site Metadata to the settings of the CMS. It contains the field siteUrl (labelled URL) required by the sitemap and rss-feed plugins.

jbelien commented 3 years ago

Doesn't seem to work locally ... Both http://localhost:8000/sitemap.xml and http://localhost:8000/rss.xml return a 404 page. What did I miss ?

auloin commented 3 years ago

What did I miss ?

They are only generated in production. Run gatsby build followed by gatsby serve to simulate prod.