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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user