i'm brand new to astro and tailwind, i'm trying to import this image and use it for my background like this but nothing shows up.
i don't know if this is me not understanding astro or tailwind or both.
---
<section class="relative bg-[{mysticbannerImage.src}] bg-cover bg-center bg-no-repeat">```
i've tried it without `.src` as well. when i put the image in public dir and reference it like `bg-[url('/mystic-banner.jpg')]` it does work.