Files
bizmatch-project/.claude/settings.local.json
Timo Knuth bf735ed60f feat: SEO improvements and image optimization
- Enhanced SEO service with meta tags and structured data
- Updated sitemap service and robots.txt
- Optimized listing components for better SEO
- Compressed images (saved ~31MB total)
- Added .gitattributes to enforce LF line endings

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-03 19:48:30 +01:00

35 lines
799 B
JSON

{
"permissions": {
"allow": [
"Bash(npm install)",
"Bash(docker ps:*)",
"Bash(docker cp:*)",
"Bash(docker exec:*)",
"Bash(find:*)",
"Bash(docker restart:*)",
"Bash(npm run build)",
"Bash(rm:*)",
"Bash(npm audit fix:*)",
"Bash(sudo chown:*)",
"Bash(chmod:*)",
"Bash(npm audit:*)",
"Bash(npm view:*)",
"Bash(npm run build:ssr:*)",
"Bash(pkill:*)",
"WebSearch",
"Bash(lsof:*)",
"Bash(xargs:*)",
"Bash(curl:*)",
"Bash(grep:*)",
"Bash(cat:*)",
"Bash(NODE_ENV=development npm run build:ssr:*)",
"Bash(ls:*)",
"WebFetch(domain:angular.dev)",
"Bash(killall:*)",
"Bash(echo:*)",
"Bash(npm run build:*)",
"Bash(npx tsc:*)"
]
}
}