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:
parent
c2f49b5552
commit
e4f6958aaa
2 changed files with 3 additions and 2 deletions
|
|
@ -89,6 +89,7 @@ export default defineConfig({
|
|||
lang: 'en',
|
||||
},
|
||||
},
|
||||
fallbackLocale: 'en',
|
||||
sidebar,
|
||||
}),
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue