fix(cms): add fallbackLocale and fix broken SL homepage links

Adds fallbackLocale: 'en' so Slovenian locale falls back to English for
pages that have no SL translation (architecture, install, operate, etc.).
Fixes root index.md links from non-existent /namestitev/ and /arhitektura/
slugs to the real /install/ and /architecture/ paths.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---
Build: pass | Tests: FAIL — Tests  8 failed | 2009 passed (2017)
This commit is contained in:
Operator & Claude Code 2026-04-28 14:00:20 +02:00
parent c2f49b5552
commit e4f6958aaa
2 changed files with 3 additions and 2 deletions

View file

@ -89,6 +89,7 @@ export default defineConfig({
lang: 'en',
},
},
fallbackLocale: 'en',
sidebar,
}),
],

View file

@ -14,6 +14,6 @@ Clawdie je osebni AI asistent, ki teče nativno na FreeBSD prek Bastille jailov
## Začni
- [Namestitev](/namestitev/) — korak po korak do prve namestitve
- [Arhitektura](/arhitektura/) — kako je sistem zasnovan
- [Namestitev](/install/) — korak po korak do prve namestitve
- [Arhitektura](/architecture/) — kako je sistem zasnovan
- [Dokumentacija (EN)](/en/) — tehnična dokumentacija v angleščini