Wooody82

Results 16 comments of Wooody82

I think if the images has space that would be a problem as well.. So maybe add some kind of image name check when we do upload ... change space...

``` --- import { Img } from "astro-imagetools/components"; import myImage from '@/assets/myImage.jpg'; const myImageURL = `${Astro.url.origin}${myImage.src}`; ---- ```

Hi @KrzysztofPajak I think Vue Storefront is good.. but I still see Nextjs and Gastby great options. Building one special for GrandNode "GrandNext" with Nextjs will be great feature and...

Hi @HassanSiddique , I have not started it so you could start that if you want.

Nice @levihsu hope we see V2 :-) Would be great if we could help with that

When this will be fixed? _Yes. Changing withValues to withOpacity is working fine. Note : withValues(alpha : 0.5) must be changed to withOpacity(0.5) --> Directly mention the parameter without alpha._