Divyansh Singh
Divyansh Singh
Page title is not part of the themeConfig. IMO it should be supported via transformPageData: ```ts transformPageData(pageData) { if (pageData.isNotFound) { pageData.title = 'Not Found' } } ```
I found this - https://mirror.bouwhuis.network/utm/ I'm not sure though if it's reliable. If someone can get the sha checksums of original files we can confirm.
Use some class other than vp-raw for style conflicts: ```ts postcssIsolateStyles({ prefix: ':not(:where(.foo, .foo *))' }) ```
You can use vite-plugin-pwa for that - https://vite-pwa-org.netlify.app/frameworks/vitepress Or if you don't want full PWA and just want a update prompt, then you probably will need to poll your server...
`vitepress preview` doesn't accept flags via CLI (except for base and port as the docs mention). You need to specify such things in config directly, or you can use some...
Use custom SVG. New icons won't be added unless there is significant demand. https://vitepress.dev/reference/default-theme-config#sociallinks . You can get SVG from https://simpleicons.org/
This was discussed earlier, but it leaves no feasible way to remove parent's base. For example, how would you do this then: https://github.com/vuejs/vitepress/blob/df27e44db668f2eddbf9d350e5dae4e042fe1250/docs/.vitepress/config/en.ts#L104 the last link in above image doesn't...
Experiencing the same issue. This was working fine till `@histoire/[email protected]` Most likely #673 broke this?
#4082 should fix this 👀
Ah, let's wait for a bit. It's deprecated in v2-alpha. But considering most of the people are still in v1 and it is just deprecated not removed, let's keep it...