Skip to content

Commit

Permalink
icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeylitvinenko1 committed Feb 18, 2024
1 parent 19e602d commit f17bd5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import Link from 'next/link';

export const metadata: Metadata = {
title: 'Sergey Litvinenko',
icons: {
icon: './public/icon.ico', // /public path
},
};

export default function Page() {
Expand Down

0 comments on commit f17bd5e

Please sign in to comment.