Restore the redirect rules that route /it/** and /** 404 errors to the
appropriate language-specific 404 layout files.
Co-Authored-By: Claude Haiku 4.5 <redacted>
[[redirects]]
from = '/it/**'
- status = 404
to = '/it/404.html'
+ status = 404
-[[redirects]] # Default language should be last.
+[[redirects]]
from = '/**'
+ to = '/404.html'
status = 404
- to = '/404.html'
\ No newline at end of file