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

@@ -464,5 +464,13 @@
"description": "Pay via bank transfer",
"comingSoon": "Coming soon"
}
},
"NotFound": {
"title": "Page Not Found",
"description": "The page you're looking for doesn't exist or has been moved.",
"browseProducts": "Browse Products",
"goHome": "Go Home",
"lookingFor": "Can't find what you're looking for?",
"searchSuggestion": "Try browsing our product collection or contact us for assistance."
}
}