fix: Add favicon.ico to resolve incorrect favicon display on prisma.io
Fixes #28090
- Added official Prisma favicon.ico (25KB) to public directory
- Updated Next.js layout files with favicon link tags
- Minimal implementation: 4 lines changed total
This resolves the issue where prisma.io displays the default Next.js
favicon instead of the Prisma logo in browser tabs.