I use https://github.com/thoughtbot/high_voltage for static pages. The paths are generated by high_voltage, as you can see: ``` page GET /*id high_voltage/pages#show ``` How would you add specific pages to the sitemap, say `/about`, and `/pricing`? Thanks.
I use https://github.com/thoughtbot/high_voltage for static pages. The paths are generated by high_voltage, as you can see:
How would you add specific pages to the sitemap, say
/about, and/pricing? Thanks.