Vasily Kuzin

Results 8 comments of Vasily Kuzin

I was very annoyed by that too, so I made my own version of extension. It was built for Vue 3 only. I tuned some existing snippets, added new ones...

Hello. I made my own version of extension for Vue 3 only. I tuned some existing snippets and added new ones. I also included your snippet, fixed some problems with...

Can someone help me out with exporting type `RuleSet`?

For me it fails too, but there is a catch. If I use `watch(() => useRoute().path)` and then inside I use `expect` it actually works. So I think the problem...

Hey @harlan-zw. I tried to migrate to `nuxt-simple-robots` today but with no success. As I can tell, `nuxt-simple-robots` does support only `Allow` and `Disallow` rules of `robots.txt`. `@nuxtjs/robots` on the...

> > Can you please elaborate more? Composables should be auto typed and indeed with custom instance you can narrow types better than a global configured instance. > > >...

Is there any progress? I have Russian characters in path, so I can't build project at all.

You can use `routeRules` to achieve that: https://nuxt.com/docs/guide/concepts/rendering#route-rules.