From 9ded41db3cb5d6ffd8aea31a630f47d9b819535d Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Thu, 21 May 2026 15:58:11 +0300 Subject: [PATCH] feat: set the favicon --- app/layout.tsx | 1 + public/favicon.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 public/favicon.svg diff --git a/app/layout.tsx b/app/layout.tsx index 3060eac..a49bfa5 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,6 +6,7 @@ import './globals.css'; export const metadata: Metadata = { title: 'Portfolio', description: 'Portfolio', + icons: { icon: '/favicon.svg' }, }; /** diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..a8967aa --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file