Divyansh Singh

Results 492 comments of Divyansh Singh
trafficstars

Few questions - - Is there any benchmark of fast-glob vs tinyglobby? - Is vite planning to migrate away from fast-glob too? Is there any attempt in vite's repo to...

I'm personally inclined to add this. But let's still wait for some upvotes here otherwise it'd be unfair to other icons that are still pending (like #4135). And regarding SVG,...

Please create an issue at https://github.com/vuejs/core to add the corresponding types first.

This isn't supported yet. For this to work, the search plugin would need to run after the html of all the pages is generated. You can try some third party...

```ts themeConfig: { logoLink: '/foo', } ```

Can you explain again what was the requirement? Did you mean you want to go back to `/foo/` when you're at `/foo/bar` and to `/baz/` when you're at `/baz/bar`? This...

Please check if https://stackblitz.com/edit/vite-krajaenw?file=docs/.vitepress/config.ts works for you. --- > probably because logoLink is not set? It defaults to base (`/` in this case). You're on same page as the link...

Ah, the docs aren't there yet. It's a new API, added last month - #4660. > In that case we set `logoLink: '/example'` only for HP and for all other...

> Does it affect language specific configs as well? No, those should work fine. > I'm asking because in #4660 there are some related changes Ah, if you're referring to...