feat(package): add sharp library for image processing and update dependencies

- Added sharp version 0.34.5 to package.json for enhanced image processing capabilities.
- Updated pnpm-lock.yaml to reflect the new sharp version and its dependencies.
- Included additional icons in layout metadata for improved application branding.
This commit is contained in:
Julien Froidefond
2025-11-17 11:36:59 +01:00
parent a9a2988293
commit deb3097047
15 changed files with 279 additions and 105 deletions

View File

@@ -28,6 +28,17 @@ const geistMono = Geist_Mono({
export const metadata: Metadata = {
title: 'Tower control',
description: 'Tour de controle (Kanban, tache, daily, ...)',
icons: {
icon: [
{ url: '/icon-32x32.png', sizes: '32x32', type: 'image/png' },
{ url: '/icon-192x192.png', sizes: '192x192', type: 'image/png' },
{ url: '/icon-512x512.png', sizes: '512x512', type: 'image/png' },
{ url: '/favicon.ico', sizes: 'any' },
],
apple: [
{ url: '/apple-touch-icon.png', sizes: '180x180', type: 'image/png' },
],
},
};
// Force dynamic rendering (no static generation)