React, How to add sitemap.xml to my website?
I have a sitemap.xml file I want to show it when users hit www.mysite.com/sitemap.xml route. How can I do that? I am using react and react-router-dom.
I have a sitemap.xml file I want to show it when users hit www.mysite.com/sitemap.xml route. How can I do that? I am using react and react-router-dom.