Ajout favicon
All checks were successful
Build and Push Docker Images / Build Backend Image (push) Successful in 50s
Build and Push Docker Images / Build Frontend Image (push) Successful in 7m9s

This commit is contained in:
2026-01-14 23:49:27 +01:00
parent 6a55de3299
commit 6e1adf7422
3 changed files with 6 additions and 2 deletions

View File

@@ -11,7 +11,8 @@
"Bash(docker logs:*)",
"Bash(docker exec:*)",
"Bash(ls:*)",
"Bash(docker build:*)"
"Bash(docker build:*)",
"Read(//Users/benoit/Documents/code/**)"
]
}
}
}

View File

@@ -10,6 +10,9 @@ const inter = Inter({ subsets: ["latin"] })
export const metadata: Metadata = {
title: "Audio Classifier",
description: "Intelligent audio library management and classification",
icons: {
icon: '/favicon.ico',
},
}
export default function RootLayout({

BIN
frontend/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB