Fix favicon: point to existing MOPC logo PNG instead of missing favicon.ico
Build and Push Docker Image / build (push) Has been cancelled Details

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Matt 2026-02-02 19:32:55 +01:00
parent e57c46afdc
commit 46694154dc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export const metadata: Metadata = {
},
description: 'Monaco Ocean Protection Challenge - Jury Voting Platform',
icons: {
icon: '/favicon.ico',
icon: '/images/MOPC-blue-small.png',
},
}