We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found default theme renders home page and 404 page unexpectedly, whose ways in which it happens differs from environment to another.
Case 1: the current website
Case 1-1 (expected):
Case 1-2 (unexpected):
Case 2: local development
Case 2-1 (expected):
pnpm run docs
Case 2-2 (unexpected):
pnpm run docs-build
pnpm run docs-serve
div.VPHome
div.NotFound
Case 2-3 (unexpected):
Home page and 404 page are rendered only when they are supposed to be so.
Environment 1: https://vitepress.vuejs.org/ as of Jul 11th 2022 Environment 2: my local with the head of upstream's `main` branch checked out --- System: OS: macOS 12.3.1 CPU: (8) arm64 Apple M1 Memory: 1.15 GB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 16.15.1 - ~/.nvm/versions/node/v16.15.1/bin/node npm: 8.11.0 - ~/.nvm/versions/node/v16.15.1/bin/npm Browsers: Chrome: 103.0.5060.114 Safari: 15.4 ---
I'm not so familiar with VitePress' implementation, so I don't have an idea at the moment. I will post comments when I find something related.
The text was updated successfully, but these errors were encountered:
Hi! Can you checkout fix/404 branch and see if the issues are resolved.
fix/404
Sorry, something went wrong.
Hi, sorry for late reply. I confirmed that Case 1-2, Case 2-2, and Case 2-3 are all fixed in the website and at the latest commit of main branch. 👍
main
Successfully merging a pull request may close this issue.
Describe the bug
I found default theme renders home page and 404 page unexpectedly, whose ways in which it happens differs from environment to another.
Reproduction
Case 1: the current website
Case 1-1 (expected):
Case 1-2 (unexpected):
Case 2: local development
Case 2-1 (expected):
pnpm run docs
in your localCase 2-2 (unexpected):
pnpm run docs-build
in your localpnpm run docs-serve
in your localdiv.VPHome
is rendered instead ofdiv.NotFound
)Case 2-3 (unexpected):
pnpm run docs-build
in your localpnpm run docs-serve
in your localExpected behavior
Home page and 404 page are rendered only when they are supposed to be so.
System Info
Additional context
I'm not so familiar with VitePress' implementation, so I don't have an idea at the moment.
I will post comments when I find something related.
Validations
The text was updated successfully, but these errors were encountered: