Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-07-25 18:45:46 +00:00
committed by GitHub
parent 745f164482
commit 1dfb86fa15
4 changed files with 130 additions and 40 deletions

View File

@@ -52,7 +52,7 @@ export const metadata = {
{ url: '/icon-512.png', sizes: '512x512', type: 'image/png' },
],
apple: [
{ url: '/apple-touch-icon.png', sizes: '180x180', type: 'image/png' },
{ url: '/apple-touch-icon-precomposed.png', sizes: '180x180', type: 'image/png' },
],
},
};