Replies: 1 comment 2 replies
-
|
1: blogTitle should work? https://docusaurus.io/docs/next/api/plugins/@docusaurus/plugin-content-blog#blogTitle 2: you are probably using an older version or you have swizzled some components. We had a similar bug but it should be fixed now. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have multiple blog directories hosted under the same site.
How do I set the titles for each of the blog list pages? As of now its taking a generic title. e.g This is a blog https://github.com/SigNoz/signoz.io/tree/main/opentelemetry . The title for https://signoz.io/opentelemetry is just set to be
Blog | SigNoz. How do I customise this title?The canonical of the blog list page is getting set randomly. e.g. for https://signoz.io/opentelemetry canonical is set to https://signoz.io/blog/opentelemetry-nodejs/ . I want the canonical URL to be the same as URL of the page - https://signoz.io/opentelemetry/ in this case. How do I solve this? It was suggested that I reswizzle the component, which I did. But still this is not fixed.
Any suggestions would be helpful
Beta Was this translation helpful? Give feedback.
All reactions