Farnabaz
Farnabaz
You can use regex to fetch both directories: ```ts const news = await queryContent().where({ _path: /^\/(news|blog)\// }).find() ```
I think supporting inline content for block components is a bit confusing, it is block so it should expect children inside it's scope. Also for leaf usage we implemented a...
Just tried it and it works 👍 So for `defineComponent` slots should be defined inside script?
Did you use `shamefully-hoist=true` in `.npmrc` ? If not, try to add `shamefully-hoist=true` to `.npmrc`
Hello @kaceo Nuxt Content bind variables at render time, That's why the second line did not convert to anchor link (because it is not a valid link format). Variable binding...
>Now that V3 uses a database can we expose these two properties or is it still recommended to manually add them in the frontmatter? The short answer is that the...
Although that upload works fine, I have this wired error in terminal
Deleting projects from NuxtHub seems to work fine, I just deleted the project from Cloudflare and been able to remove the project in NuxtHub too. What error did you get...
@ra-jeev Sadly It is not working with the default configuration, because wrangler force a specific directory for local. However you can make it work by setting `hub.dir = '.data/hub/v3'` and...
Currently components are only valid in one of these situations: - starts after an space/newline ... - starts as first child of span `[:component]` [:component] - starts as first child...