diff --git a/nuxt.config.ts b/nuxt.config.ts index ba9b4e1..ae241c3 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -131,6 +131,10 @@ export default defineNuxtConfig({ head: { // Note: titleTemplate function is set in app.vue to prevent "GitPulse - GitPulse" on homepage title: 'GitPulse', + link: [ + { rel: 'icon', type: 'image/png', href: '/favicon.png' }, + ], + meta: [ { name: 'description', diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..a822494 Binary files /dev/null and b/public/favicon.png differ