79430842

Date: 2025-02-11 17:30:00
Score: 1.5
Natty:
Report link

The router is treating each of those as layouts rather than individual routes/files. If you don't want them to affect each other, you need to add ".index":

$year.$month.$day.index.tsx
$year.$month.index.tsx
$year.index.tsx

This will then treat each file as its own distinct route.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29602280