EmilyFlocc

Results 6 issues of EmilyFlocc

I have spent a few hours debugging why my build is failing on netlify, and it only fails when I add in @nuxt/axios. The error causing the deploy to fail...

Apologies if I am missing something, but the latest version of this strapi module documentation https://strapi.nuxtjs.org/usage/ is all showing typescript examples. Can you still use this module with standard nuxt...

question

My @load method isn't being triggered, even though the image has loaded? Anyone know why this might be? My images are coming from Sanity. ` export default { props: {...

Morning, I have noticed on my website that the sitemap isn't generating the urls correctly. For example, instead of being https://flocc.co/insights/check-in-on-your-strategy/, its appearing in the sitemap as https://flocc.co/insightscheck-in-on-your-strategy/ (see screenshot...

type: bug

Just a quick question - I have an existing project using nuxt image and have just added nuxt speedkit in too. Should I refactor to use `` over ``? What...

### Version module: 0.9.1 nuxt: 2.15.5 ### Nuxt configuration ``` { projectId: '*****', dataset: 'production', apiVersion: '2021-10-21', (have tried with and without this) } ``` ## Reproduction I have a...

bug