Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
When using url() in a tailwind config
theme { backgroundImage: { a: 'url(/myImage.png)',
this is working great in dev. But when deployed with Oxygen it's trying to use the CDN URL (as that is from where the CSS is sourced). Vite should correct this if I understand correctly. I think it's a problem with Oxygen