Hey there, I'm currently working on a website using Next.js. I've converted the HTML elements of a page to JSX elements but for some reason, the CSS of the template isn't showing up. I've double-checked all the paths and even updated the `globals.css` media query, but still no luck. If needed, I can provide more details about this issue.
<link rel="shortcut icon" href="img/logos/Anakage black Logo.png" />
{/* plugins */}
<link rel="stylesheet" href="/css/plugins" />
{/* search css */}
<link rel="stylesheet" href="/search/search.css" />
{/* quform css */}
<link rel="stylesheet" href="/quform/css/base.css" />
{/* theme core css */}
<link href="/css/styles.css" rel="stylesheet" />
{/* custom css */}
<link href="/css/custom.css" rel="stylesheet" />
I've downloaded a template and tried implementing it in Next.js, but unfortunately, the final file doesn't seem to have any CSS or JavaScript.