Next.js Discord

Discord Forum

background image not displaying in browser and not showing any error

Unanswered
Horned Grebe posted this in #help-forum
Open in Discord
Horned GrebeOP

5 Replies

@Horned Grebe Click to see attachment
try to move the red.png inside the public folder and set the backgroundImage to url('/red.png')
Horned GrebeOP
But I have to follow the folder structure
It was display with Image tag but I want as background
try this
backgroundImage: `url(${red.src})`