fix(02): resolve 3 typecheck errors and i18n langDir path

- useSetLocale → destructured setLocale from useI18n()
- addSeoAttributes → seo option for useLocaleHead()
- process.env → import.meta.env for Nuxt compatibility
- langDir: 'locales/' → 'app/locales/' (Nuxt 4 resolves from project root)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-08 16:31:58 +02:00
parent 5597c6a8dd
commit 09cfc0aaf3
6 changed files with 176 additions and 16 deletions
+1 -1
View File
@@ -70,5 +70,5 @@ Phases execute in numeric order: 1 → 2 → 3
| Phase | Plans Complete | Status | Completed |
|-------|----------------|--------|-----------|
| 1. Foundation | 2/2 | Complete | 2026-04-08 |
| 2. SSR Shell | 1/3 | In Progress| |
| 2. SSR Shell | 3/3 | Executed | 2026-04-08 |
| 3. Pages & Ship | 0/TBD | Not started | - |