Skip to content

Commit f9ac7c6

Browse files
committed
feat: add some metadata
1 parent 7826263 commit f9ac7c6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/app/layout.tsx

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,20 @@ import "@fortawesome/fontawesome-svg-core/styles.css";
1010
import { config } from "@fortawesome/fontawesome-svg-core";
1111
import { LogoHeader } from './_components/logo-header'
1212
import { NavbarBelow } from './_components/navbar-below'
13+
import logo from "../../public/TCP1P-logo.png"
1314
config.autoAddCss = false;
1415

1516
const inter = Inter({ subsets: ['latin'] })
1617

1718
export const metadata: Metadata = {
1819
title: 'TCP1P',
19-
description: 'Generated by create next app',
20+
description: 'TCP1P is an Indonesian CTF team actively engaging in competitive cybersecurity events on ctftime.',
21+
authors: {
22+
name: 'Dimas Maulana',
23+
url:'https://github.com/dimasma0305'
24+
},
25+
creator:'Dimas Maulana',
26+
icons: logo.src
2027
}
2128

2229
export default function RootLayout({

0 commit comments

Comments
 (0)