I have recently deployed a flask app but cannot get the static images to load correctly onto my pages.
My img tags have src="/static/path/to/imagename.svg". My static files' directory is "/home/MSAProjectISC10/flaskapp/MSA Website/assets/" and my static files' URL is simply linked to "/static".
My files are located in /home/MSAProjectISC10/flaskapp/MSA Website/assets/path/to/.
I really need help uploading them. A direct response rather than a redirect to another forum page would be nice, since I've already looked at other pages and documentations but couldn't get my thing to work.
Any answer is appreciated.