Closed rowanmanning closed 8 years ago
Sometimes a sitemap's URLs aren't correct when running in a CI environment. E.g if the site is running on localhost:4000 but each URL in it has the live domain name.
localhost:4000
We need a way to find/replace in the sitemap URLs I think. Something like this?
pa11y-ci --sitemap http://localhost:4000/ --sitemap-find mysite.com --sitemap-replace localhost:4000
Sometimes a sitemap's URLs aren't correct when running in a CI environment. E.g if the site is running on
localhost:4000
but each URL in it has the live domain name.We need a way to find/replace in the sitemap URLs I think. Something like this?