deps: react-helmet -> react-helmet-async 2

react-helmet 5 is unmaintained and breaks under React 18 StrictMode.
Same <Helmet> API in the 15 pages; HelmetProvider wraps <App/> in the
client entry. Browser-verified: per-page titles, meta description and
hreflang alternates all inject. REST smoke byte-identical.
This commit is contained in:
vjrj 2026-07-18 06:14:14 +02:00
parent f51acf4d78
commit f1eae84e25
19 changed files with 47 additions and 93 deletions

View file

@ -64,7 +64,7 @@
"react-bootstrap": "^0.31.5",
"react-confirm": "^0.1.16",
"react-dom": "^18.3.1",
"react-helmet": "^5.2.0",
"react-helmet-async": "^2.0.5",
"react-i18next": "^7.4.0",
"react-leaflet": "^1.8.0",
"react-leaflet-control": "^1.4.0",