Open lunks opened 10 years ago
The error indicates that the URI is invalid. I ran into this issue, too, and had to encode the names before the URI library will accept it. You may want to try htmlentities: https://github.com/threedaymonk/htmlentities
The problem seems to be that encoding this URL (which include backslashes) generates an invalid URI in the end.
i.e. /companies/01zv/
becomes what you see in the output.
Hi, I have the following on my
config.rb
:Whenever I run
middleman build
, when trying to build the sitemap I get:PS: Using master to build.