cms.c2sgmbh/src
Martin Porwoll 51c340e9e7 feat: add i18n, SEO, and frontend infrastructure
Localization:
- Add middleware for locale detection/routing
- Add [locale] dynamic route structure
- Add i18n utility library (DE/EN support)

SEO & Discovery:
- Add robots.ts for search engine directives
- Add sitemap.ts for XML sitemap generation
- Add structuredData.ts for JSON-LD schemas

Utilities:
- Add search.ts for full-text search functionality
- Add tenantAccess.ts for multi-tenant access control
- Add envValidation.ts for environment validation

Frontend:
- Update layout.tsx with locale support
- Update page.tsx for localized content
- Add API routes for frontend functionality
- Add instrumentation.ts for monitoring

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 08:19:35 +00:00
..
app feat: add i18n, SEO, and frontend infrastructure 2025-12-01 08:19:35 +00:00
blocks feat: add content blocks and global settings 2025-12-01 08:19:15 +00:00
collections feat: add content collections for multi-tenant CMS 2025-12-01 08:18:58 +00:00
globals feat: add content blocks and global settings 2025-12-01 08:19:15 +00:00
lib feat: add i18n, SEO, and frontend infrastructure 2025-12-01 08:19:35 +00:00
migrations Initial commit 2025-11-26 21:18:31 +00:00
instrumentation.ts feat: add i18n, SEO, and frontend infrastructure 2025-12-01 08:19:35 +00:00
middleware.ts feat: add i18n, SEO, and frontend infrastructure 2025-12-01 08:19:35 +00:00
payload-generated-schema.ts chore: update core configuration and dependencies 2025-12-01 08:18:41 +00:00
payload-types.ts chore: update core configuration and dependencies 2025-12-01 08:18:41 +00:00
payload.config.ts chore: update core configuration and dependencies 2025-12-01 08:18:41 +00:00