mirror of
https://github.com/DerTyp7/f1r3wave-website.git
synced 2025-10-29 13:02:09 +01:00
Added metadata to website
This commit is contained in:
@@ -3,6 +3,14 @@ import Header from '@/components/Header';
|
|||||||
import { ConfigProvider } from '@/contexts/ConfigContext';
|
import { ConfigProvider } from '@/contexts/ConfigContext';
|
||||||
import './index.scss';
|
import './index.scss';
|
||||||
|
|
||||||
|
export const metadata = {
|
||||||
|
title: 'F1r3wave - Portfolio',
|
||||||
|
description: 'Image portfolio of F1r3wave.',
|
||||||
|
icons: {
|
||||||
|
icon: '/favicon.png',
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
export default async function RootLayout({
|
export default async function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: Readonly<{
|
||||||
|
|||||||
Reference in New Issue
Block a user