preserve-cli
preserve-cli copied to clipboard
Router.js must convert windows style paths to unix paths
On windows, sitemap routes are generate with windows style routing, eg:
\\foo\bar
Needs to be converted to unix style:
/foo/bar