b5b5131eeef9f4260a4902282053aed15420aa1f
Previously the 404/500 React ErrorPage set the page content but not document.title, so the browser tab showed the URL path instead of a localized title. Added <title> element + imperative document.title assignment (pattern from SeoHead.tsx) so both SSR and client set the tab title to "<code> — <localized-title>", e.g. "404 — Страница не найдена".
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%