Daniel Kelly

Results 5 comments of Daniel Kelly

I'm having the same issue. Css inside of a /* purgecss start ignore */ and /* purgecss end ignore */ are being purged from production bundle. (When I use `npm...

I was able make it work without using the asyncData function but it took some doing to figure out some kind of cache issue was to blame. This worked when...

The reason the cache headers behavior isn't predictable seems to be based on different CDN nodes handling different requests: https://answers.netlify.com/t/cannot-get-netlify-api-endpoint-caching-to-work-as-expected/105763/7 So I think the SWR support from Netlify isn't quite...

I was able to get rid of the error by removing `tag="transition-group"` but still keep a nice transition by adding the prop `:animation="150"`

The password recover feature was not implemented. Sorry about that! See this article for more info: https://vueschool.io/articles/vuejs-tutorials/use-supabase-auth-with-vue-js-3/