Update config, dependencies and add icon

- Update next.config.ts and tsconfig.json configuration
- Update ContactInfo component
- Add app icon (SVG)
- Add blog image prompts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-01 19:33:48 +01:00
co-authored by Claude Opus 4.5
parent cd58dc5259
commit 2854a02afb
6 changed files with 541 additions and 39 deletions
+1
View File
@@ -6,6 +6,7 @@ const withNextIntl = createNextIntlPlugin('./src/i18n/request.ts');
const nextConfig: NextConfig = {
output: 'standalone',
outputFileTracingRoot: process.cwd(),
// Enable React strict mode for better error detection
reactStrictMode: true,