feat: enhance SongRecommendations component for mobile and desktop views, add Apple Touch Icons and viewport settings

This commit is contained in:
2025-07-24 22:03:58 +00:00
committed by GitHub
parent abf29caacb
commit c8bc5e80d9
3 changed files with 244 additions and 85 deletions

View File

@@ -38,6 +38,25 @@ export default function manifest(): MetadataRoute.Manifest {
type: 'image/png',
sizes: '512x512',
purpose: 'maskable'
},
// Apple Touch Icons for iOS
{
src: '/apple-touch-icon.png',
type: 'image/png',
sizes: '180x180',
purpose: 'any'
},
{
src: '/icon-192.png',
type: 'image/png',
sizes: '152x152',
purpose: 'any'
},
{
src: '/icon-192.png',
type: 'image/png',
sizes: '120x120',
purpose: 'any'
}
],
screenshots: [