RootCauseunvalidated
when I pass the image url directly in tailwind like this: `bg-[url('../public/articlesbg.jpg')]`, it works — backgroundImage: { "custom-orange": "linear-gradient(0deg, rgba(255, 85, 0, 1) 0%, rgba(250, 180, 122, 1) 100%)", "article-image": "url('/articlesbg.jpg')", },. Tension: but this doesn't work.
750ed6c8-ef27-42c0-8f19-84013c03b6f7
when I pass the image url directly in tailwind like this: bg-[url('../public/articlesbg.jpg')], it works — backgroundImage: {
"custom-orange": "linear-gradient(0deg, rgba(255, 85, 0, 1) 0%, rgba(250, 180, 122, 1) 100%)",
"article-image": "url('/articlesbg.jpg')",
},. Tension: but this doesn't work.