edalzell / statamic-feed

Statamic Addon to create Atom/JSON feeds
MIT License
3 stars 0 forks source link

Strip the slashes at the beginning of the path for more compability #5

Closed michielgerritsen closed 4 years ago

michielgerritsen commented 4 years ago

Hi,

Thanks for this module! I had a problem where i entered rss.xml in the Route field, which didn't gave a result. After digging in the code i noticed it expected /rss.xml to work. This change strippes the beginning / from the Route and the request uri so that you can enter both rss.xml and /rss.xml and they both work.