Open UltraCakeBakery opened 15 hours ago
The issue might be with StackBlitz. The image doesn't render either in this StackBlitz reproduction (without the vite server origin option configured): https://stackblitz.com/~/github.com/eltigerchino/sveltejs-kit-template-default-bu3iay . However, it does work locally.
Describe the bug
when I configure vite locally as I did in the stackblitz reproduction, I get the following error:
In the reproduction, enhanced:img elements do not get transformed at all. I followed the steps to set enhanced image up as described here: https://svelte.dev/docs/kit/images, but maybe I messed up. I now believe that maybe the latest version of enhanced:img is incompatible with the version of svelte the reproduction has (or my local environment?) I am not sure honestly.
Reproduction
https://stackblitz.com/edit/sveltejs-kit-template-default-zvdgag?file=src%2Froutes%2F%2Bpage.svelte
Logs
No response
System Info
Severity
blocking all usage of SvelteKit
Additional Information
No response