Adam Green

Results 22 comments of Adam Green

I've narrowed the issue down to: const { data } = await useAsyncData(`content-${route.path}`, () => { return queryContent().where({ _path: route.path }).findOne(); }); Returning an array with absolutely all the content...