You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may cause a redirection problem on existing applications. Blogging home page where you could choose one from multiple blogs in you application is "/blog", but now it will be "/blogs".
This will allow to have a blog shortnamed "blog". When you only have a single blog, you can set BloggingUrlOptions.RoutePrefix as null and set your blog's shortname as "blog". So you can have a nice url like "yourdomain.com/blog/post-name".
But be aware that having a blog shortnamed "blogs" when RoutePrefix is null will cause trouble.