I thought this was a relatively straightforward thing to do but apparently not. I have a bg image in a global scss file that does not wwant to render. It seems all of the other styles in the file are working and I don't belive the file paths are the problem but I could be wrong since the new app dir in Next 13 is throwing me for a loop.
Any help would be appreciated, below is my folder structure and also the scss causing issues.
I'll be happy to provide any other info as needed.
- Also i get this error in the dev tools console: p://localhost:3000/public/bg.jpg 404 (Not Found) in some layout.css file that i dont see.