79487544

Date: 2025-03-05 19:59:15
Score: 0.5
Natty:
Report link

Someone please just end me. It would be the merciful thing. Ive been at this for 8 hours! I found it... I f$^#@ found it.

What it was: <index.html>

 <script defer="defer" src="/static/js/main.3362c51c.js"></script>

What it needs to be: <index.html>

Mind the missing leading slash, it was using root as the path instead of a local path.

 <script defer="defer" src="static/js/main.3362c51c.js"></script>
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: aris-t