foxCode (Sebastian Włudzik)

Results 27 comments of foxCode (Sebastian Włudzik)

@xiaogangLin Hey, the new version for the stable version nuxt 3.0.0 just came out, all such problems should no longer occur. If anything, please write a new issue

@OyewoleOyedeji @durbanitas The latest version, available on the newly released stable nuxt 3.0.0 no longer contains such bugs

@cdwmhcc New version on nuxt 3.0.0 is now available, I encourage you to test it 😄

@impohcom New version on nuxt 3.0.0 is already available, your problem should disappear, if still something is wrong please write another issue

@farnabaz I wrote this issue with my project in mind, where in the navigation I had a link to '/blog' in which I used queryContent, which did not work after...

@farnabaz Ok, I already know why it doesn't work in my larger project, queryContent I put in a function that should run when the page is opened and retrieve the...

@farnabaz Is there any way to make the query dynamic when generating static? I.e., to make this code work after `nuxi generate` ```javascript const searchArticles = (ev) => { const...

thanks a lot for writing this issue up in such a way! Currently I don't have the time to address this issue, I will take care of it in the...

> You can use regex to fetch both directories: > > ```ts > const news = await queryContent().where({ _path: /^\/(news|blog)\// }).find() > ``` Ok, and how could I sort the...

@antfu Is there an update on this? When I install additionally nuxt-icon beta version together with nuxt-ui there are complications