I have a static website generated by hugo hosted on netlify. One of the tags that I have is .net-framework. As a result the url for the tag contains looks like this: https://adoring-wozniak-4af798.netlify.com/categories/.net-framework/ which results in 404 error. Is there anything I can do to fix it apart from renaming the tag?
The url works fine when it is launched on localhost (windows PC)