2👍
✅
You’re using a relative URL for the stylesheet; you need to prepend a forward slash so that it’s relative to the root and not the page being viewed.
<link rel="stylesheet" type="text/css" href="/static/style.css" />
Source:stackexchange.com