Marc Coët
Marc Coët
I am glad you like the idea! Clearly I have to spend more time using `astro-imagetools` because I hadn't noticed the caching mechanism yet.😅 I am tackling too many aspects...
Awesome! Seems exactly what I was looking for! 🎉😍 Take your time. No rush on my side at least. 😉
Hey, quick fix example for the `` component. ```jsx ``` Of course it only works if the client has JS so I added this at the bottom of my ``...
Hey, haven't even took 3s to look at the code but just copy/pasting in a local plugin made it work. Of course you get the deprecation notice about `boundActionCreators` if...
> Relations don't have a defined order. @marktani I see plenty of use cases for an ordered list of relations. Any time a list of entities can be sorted by...
Haha, you should not worry about me. I am not holding my breath. To be honest, it was just a quick feedback as I discovered the project but I am...
PS: it would also make it super easy to integrate with tools like [Markdoc](https://markdoc.dev/) or even [MDX](https://mdxjs.com/) which need opening and closing tags and can add a ton of functionality.
Hey. This just bit me as well and i think i figured it out. I hope you have found the solution to this since February @lexoyo but for anyone else...
> I'm pretty confused by this. If I'm using absolute paths, like `/img/logo.svg`, why is the plugin looking for an image in `content/img/logo.svg`? Is your input directory named `content`? My...
It is usually not needed to use the plugin in conjunction with `addPassthroughCopy`. You have multiple options depending on your needs... My best guess of a recommendation for you would...