Como adicionar o URL da imagem em TailwindConfig .js
theme: {
extend: {
backgroundImage: theme => ({
'hero-pattern': "url('~/images/px1.gif')",
})
},
},
Yucky Yacare