-
I catch in Google Analytics that some entries are duplicated and some don't: For duplicated entries, one has site name in its and one doesn't. Further investigation shows that for titles having site name in them, their URLs have correct case (e.g. What make them lowercased? Why does that make the title not containing the site name? Why don't they lowercase all at once? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
It sounds to me like this might be an issue with MkDocs (if it is indeed an issue) rather than Material for MkDocs. At least this is what the section on setting page titles suggests to me. It might help to produce a minimum reproduction that shows the problem and allows people to investigate it. One question I would ask is whether this happens with other languages as well as Vietnamese? I will go and have a quick look and try with English and German. |
Beta Was this translation helpful? Give feedback.
-
Hm, I am relatively new to this - what is I doubt that MkDocs does any such thing as redirecting as you describe. If you find that you can access pages with URLs having different capitalization then it is more likely to be the server - or the filesystem of the server - that makes things case-insensitive. |
Beta Was this translation helpful? Give feedback.
It's in
overrides/partials
. Actually I'm working with Obsidian Pulisher, a child theme of MM. Since I'm new to both Mkdocs and MM, so it's possible that I asked in a wrong forum.I use Netlify to deploy the website. I think it makes URLs case-insensitive. However I still not sure what should I do to investigate the problem better.