fix(404): add redirects for broken URLs and custom not-found page
Some checks failed
Build and Deploy / build (push) Has been cancelled

- Add permanent redirects for /products/manoon to /products
- Strip malformed /contact suffix from product URLs
- Create custom branded 404 page with product navigation
- Add NotFound translations for en and sr locales
This commit is contained in:
Unchained
2026-04-01 10:21:33 +02:00
parent 0b9ddeedc8
commit 6843d2db36
4 changed files with 110 additions and 0 deletions

View File

@@ -463,5 +463,13 @@
"description": "Platite putem bankovnog transfera",
"comingSoon": "Uskoro dostupno"
}
},
"NotFound": {
"title": "Stranica Nije Pronađena",
"description": "Stranica koju tražite ne postoji ili je premeštena.",
"browseProducts": "Pregledaj Proizvode",
"goHome": "Početna Strana",
"lookingFor": "Ne možete da pronađete ono što tražite?",
"searchSuggestion": "Pokušajte da pregledate našu kolekciju proizvoda ili nas kontaktirajte za pomoć."
}
}