File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed
Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,35 @@ const graphik = localFont({
2020} ) ;
2121
2222export const metadata = {
23- title : 'Create Next App' ,
24- description : 'Generated by create next app'
23+ metadataBase : new URL ( 'https://dpinto.dev' ) ,
24+ title : {
25+ default : 'Derian Pinto' ,
26+ template : '%s | Derian Pinto'
27+ } ,
28+ description : 'Developer and gamer.' ,
29+ openGraph : {
30+ title : 'Derian Pinto' ,
31+ description : 'Developer and gamer.' ,
32+ url : 'https://dpinto.dev' ,
33+ siteName : 'Derian Pinto' ,
34+ locale : 'en-US' ,
35+ type : 'website'
36+ } ,
37+ robots : {
38+ index : true ,
39+ follow : true ,
40+ googleBot : {
41+ index : true ,
42+ follow : true ,
43+ 'max-video-preview' : - 1 ,
44+ 'max-image-preview' : 'large' ,
45+ 'max-snippet' : - 1
46+ }
47+ } ,
48+ twitter : {
49+ title : 'Derian Pinto' ,
50+ card : 'summary_large_image'
51+ }
2552} ;
2653
2754export default function RootLayout ( { children } ) {
You can’t perform that action at this time.
0 commit comments