kayjaydee
2332c69557
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)
2026-04-08 16:31:58 +02:00
kayjaydee
7cf1366649
feat(02-01): design system, color-mode, sitemap config
...
- Brand color #85cb85 as CSS @theme with full shade palette
- app.config.ts maps Nuxt UI primary to brand
- colorMode with cookie storage, dark default, no FOUC
- i18n baseUrl and site.url for absolute SEO URLs
- Static og:image placeholder in public/
2026-04-08 16:17:04 +02:00
kayjaydee
71e6b90a04
fix(01): WR-01 complete i18n config with strategy, langDir and locale files
2026-04-08 15:17:00 +02:00
kayjaydee
f50d4b0e6f
fix(01): CR-01 move gtag ID to runtime config env var
2026-04-08 15:16:50 +02:00
kayjaydee
01b0c13250
feat(01-01): initialize Nuxt 4 project with all modules
...
- nuxt.config.ts with compatibilityVersion 4, SSR, 6 modules
- app/app.vue and app/pages/index.vue minimal setup
- pnpm as package manager with all dependencies installed
- TypeScript strict mode enabled
- .gitignore updated for Nuxt (.nuxt, .output, .env)
- tsconfig.json extends .nuxt/tsconfig.json
2026-04-08 14:51:52 +02:00