79510752

Date: 2025-03-15 07:30:05
Score: 1
Natty:
Report link

I encountered the same issue but resolved it by linking to the CSS file directly instead of using CSS modules.

In the questioner's code, it would look like this:

export const links: LinksFunction = () => {
  return [
    {
      rel: "stylesheet",
      href: "../styles/index.css"
    }
  ];
};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: game-ryo