79810583

Date: 2025-11-05 20:47:03
Score: 1.5
Natty:
Report link

GitHub Pages is serving your development index.html, which points to /src/main.tsx. In production, that file does not exist; Vite replaces it with compiled assets in dist/assets/.... That’s why you are seeing the 404 error for .../src/main.tsx.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mikloo