summaryrefslogtreecommitdiffstats
path: root/content/it/404.md
AgeCommit message (Collapse)AuthorFilesLines
2026-04-17fix: use Hugo content-based 404 pages for proper multilingual supportDanilo M.1-0/+5
Created language-specific 404 pages (content/en/404.md and content/it/404.md) instead of using JavaScript detection. Hugo now properly routes 404 errors to the correct language context, allowing .Lang and i18n to work correctly. Removed JS language detection hack. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>