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
I try to configure cleanUrls: 'with-subfolders' or cleanUrls:' without-subfolders' or delete the cleanUrls configuration item makes no difference or is still reporting an error
> vitepress build docs
vitepress v1.0.0-dev.50d1202
✓ building client + server bundles...
⠋ rendering pages...[Vue warn]: Component <Anonymous> is missing template or render function.
[Vue warn]: Component <Anonymous> is missing template or render function.
[Vue warn]: Component <Anonymous> is missing template or render function.
[Vue warn]: Component <Anonymous> is missing template or render function.
[Vue warn]: Component <Anonymous> is missing template or render function.
[Vue warn]: Component <Anonymous> is missing template or render function.
[Vue warn]: Component <Anonymous> is missing template or render function.
[Vue warn]: Component <Anonymous> is missing template or render function.
✓ rendering pages...
build completein 3.35s.
pnpm serve
>[email protected] serve /Users/bddxg/Documents/网站/vitepress 站点
> vitepress serve docs
vitepress v1.0.0-dev.50d1202
Built site served at http://localhost:4173/
I updated my repo, the main change is that some of my previous nav and sidebar are empty links, and now they all have content, and my error report has been reduced to one.
I'm surprised about this error, I've never written anything about guide_what-is-vitepress.md,I don't even know how to fix this error
Oh, my God, thank you very much, this part of the content I directly copy official website, I did not notice that it added a link,Anyway, thank you very much for your reply.
Describe the bug
vitepress/src/client/app/utils.ts
Line 38 in 9004a80
by
vitepress/src/client/app/utils.ts
Lines 38 to 39 in 89cc718
should fix this.
Originally posted by @brc-dd in #412 (comment)
I still have this problem
vitepress version:1.0.0-alpha.26 or npm:@brc-dd/[email protected]
I try to configure
cleanUrls: 'with-subfolders'
orcleanUrls:' without-subfolders'
or delete the cleanUrls configuration item makes no difference or is still reporting an errorI will temporarily open my repo to find bugs.
Reproduction
package.json
pnpm build
pnpm serve
Expected behavior
fix bug or tell me the solution.
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: