File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,20 @@ import "@fortawesome/fontawesome-svg-core/styles.css";
10
10
import { config } from "@fortawesome/fontawesome-svg-core" ;
11
11
import { LogoHeader } from './_components/logo-header'
12
12
import { NavbarBelow } from './_components/navbar-below'
13
+ import logo from "../../public/TCP1P-logo.png"
13
14
config . autoAddCss = false ;
14
15
15
16
const inter = Inter ( { subsets : [ 'latin' ] } )
16
17
17
18
export const metadata : Metadata = {
18
19
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
20
27
}
21
28
22
29
export default function RootLayout ( {
You can’t perform that action at this time.
0 commit comments