-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why index title had repeat ? #7389
Labels
closed: duplicate
This issue or pull request already exists in another issue or pull request
Comments
lkzwc
added
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
labels
May 10, 2022
Josh-Cena
added
closed: question
This issue is a user error/misunderstanding.
closed: working as intended
This issue is intended behavior, there's no need to take any action.
and removed
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
labels
May 10, 2022
Duplicate of #5878 |
Josh-Cena
added
closed: duplicate
This issue or pull request already exists in another issue or pull request
and removed
closed: question
This issue is a user error/misunderstanding.
closed: working as intended
This issue is intended behavior, there's no need to take any action.
labels
May 10, 2022
It's like that because we never got around to implement heuristics of when to show only the site title. You can ignore the |
这是另外一个 bug,会在 #7362 中修复。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
the environment is
"@docusaurus/core": "2.0.0-beta.18",
"@docusaurus/plugin-sitemap": "^2.0.0-beta.20",
"@docusaurus/preset-classic": "2.0.0-beta.18",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Reproducible demo
No response
Steps to reproduce
no
Expected behavior
expect one title
Actual behavior
actual show title and title by '|'
Your environment
url: https://lkthblog.vercel.app/
"@docusaurus/core": "2.0.0-beta.18",
"@docusaurus/plugin-sitemap": "^2.0.0-beta.20",
"@docusaurus/preset-classic": "2.0.0-beta.18",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Self-service
The text was updated successfully, but these errors were encountered: