79166094

Date: 2024-11-07 10:58:02
Score: 0.5
Natty:
Report link

In react all the files that are inside public folder are served inside the root as your error says.

So you have to remove public from your paths so instead of using /public/fonts/ibm use /fonts/ibm and apply this to all the paths where you added public in them.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ali Navidi