Divyansh Singh
Divyansh Singh
seems to be a bug in theme - https://github.com/vuejs/theme/blob/main/src/vitepress/components/VPNavBarLocaleItems.vue#L18 (normalization should be done here and probably should use page.relativePath instead)
No need. I'll update both.
Yeah, sorry. I actually forgot about this. I'll fix the theme. I don't think any of the translations sites are using `cleanUrls`, so that vercel fix should work fine too...
Still wrong repo. It does not use the default VitePress theme. It uses https://github.com/vuejs/theme. But yeah we could consider it at the default theme too, so keeping that open for...
Which official website are you referring to? vitepress.dev has the same: Although, I think you've customized the `markdown.theme`, that's why the contrast is less.
If you don't want adaptive theme, do this: ```ts // .vitepress/config.ts export default { markdown: { theme: 'github-dark' // or material-theme-palenight or whatever you want } } ``` ```css /*...
It's part of vite config not vitepress one. This won't work.
> provide specific error information Will be fixed in next release. > vitepress dev is normal It won't be. You likely haven't opened the right page. You can do something...
Also, there was some discussion on this. Refer #854, it is straightforward to add if someone wants (the example is outdated though 😅, https://github.com/vuejs/vitepress/issues/854#issuecomment-1233866453 will fix route change issues).
Just my two cents, it doesn't break just VitePress. It breaks every second project on the ecosystem CI. And I'm assuming the effect will be more considering on the ecosystem...