I'm having trouble referencing a css file.
I seem to have to put it in public/styles/global.css for it to build properly (i'm deploying on netlify).
However I can't reference it with <link rel="stylesheet" href="./styles/global.css">. It only works on npm dev run for me on <link rel="stylesheet" href="./public/styles/global.css">
What I find strange is I can reference images placed in public/assets/img1.png perfectly fine with "./assets/images/img1.png".
I need a little help here please, thanks!
The github repo is https://github.com/cheeyung/film-pre-launch
GitHub
Contribute to cheeyung/film-pre-launch development by creating an account on GitHub.