blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.28k stars 518 forks source link

Set the path from the root ~/ in the links #224

Closed burmistrov-tech closed 3 years ago

burmistrov-tech commented 3 years ago

If the url has an extra slash at the end, for example "demo.blogifier.net/blog/" a nonexistent link is being created, like "demo.blogifier.net/blog/posts/orebro-castle". The correct url is "demo.blogifier.net/posts/orebro-castle" So I added the root path "~/ " to the links.