feat(errors): merge DE/EN into one page with client-side toggle
CI / update (push) Successful in 48s

Collapses /errors/<n>.html and /errors/en/<n>.html into a single
prerendered page that shows both languages and reveals the right one
via <html data-lang>. Build script injects an inline bootstrap that
sets data-lang from localStorage before paint and wires the lang +
theme buttons (no Svelte hydration).
This commit is contained in:
2026-05-03 21:42:41 +02:00
parent 86c72c2dc3
commit 1bceabe967
5 changed files with 104 additions and 203 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.64.1",
"version": "1.64.2",
"private": true,
"type": "module",
"scripts": {