diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bb3ab49..37f3aee 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,6 +3,14 @@ import Header from '@/components/Header'; import { ConfigProvider } from '@/contexts/ConfigContext'; import './index.scss'; +export const metadata = { + title: 'F1r3wave - Portfolio', + description: 'Image portfolio of F1r3wave.', + icons: { + icon: '/favicon.png', + }, +}; + export default async function RootLayout({ children, }: Readonly<{