Hi, so i have found a solution that is to use css-module, but it will require to type the specific classname which will be annoying later
I also found another solution that is to use React-Helmet,
i have tried this code on blog.js. The title tag works, but the css doesnt load
{<Helmet>
<meta charSet="utf-8" />
<title>My Blog</title>
<link rel="stylesheet" href="auth.css" />
</Helmet>}
anyone knows why