I am experiencing an issue with loading a CSS file on my website.
<link rel="stylesheet" href="/assets/css/my_file.css">
This file is located at _assets/css/my_file.css
.
However, when I try to load the page, the CSS file does not get loaded. Instead, if I try to access it directly by visiting
localhost:4000/assets/css/my_file.css
, I encounter a 404 error page.