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/

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-08 16:17:04 +02:00
parent 33c382f0b7
commit d27b9a3d3c
4 changed files with 38 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
export default defineAppConfig({
ui: {
colors: {
primary: 'brand',
},
},
})