Fix: Build-Fehler behoben, Bilder optimiert

- pnpm-workspace.yaml entfernt (verursachte Build-Fehler)
- Alle Projekt-Cover-Bilder auf 1200px optimiert und komprimiert
- Gesamte Bildgröße von ~20MB auf ~1MB reduziert

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-15 21:32:57 +01:00
co-authored by Claude Opus 4.5
parent cfad9f2df5
commit 3b2d16bfa5
15 changed files with 18 additions and 8 deletions
+15 -2
View File
@@ -20,8 +20,21 @@
"Bash(taskkill:*)",
"Bash(dir:*)",
"Bash(test:*)",
"mcp__ide__getDiagnostics"
"mcp__ide__getDiagnostics",
"Bash(where:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(cat:*)",
"Bash(pnpm --version:*)",
"Bash(npm config:*)",
"Bash(export PATH=\"$PATH:/c/Users/damja/AppData/Roaming/npm\")",
"Bash(timeout 10 npm run dev:*)",
"Bash(grep:*)",
"Bash(mv:*)",
"Bash(git restore:*)",
"Bash(git remote:*)",
"Bash(npx sharp-cli:*)"
],
"deny": []
}
}
}