Hey guys,
I’m getting this error:
You attempted to import ../../../public/background_image.jpeg which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
First I had image in src folder and got this error, then I tried to find the solution and found that you should have images in /public folder but I’m getting the same error.
What should I do?
Would really appreciate help, thanks!