comment ajouter l'URL de l'image dans tailwindconfig .js
theme: {
extend: {
backgroundImage: theme => ({
'hero-pattern': "url('~/images/px1.gif')",
})
},
},
Yucky Yacare