@@ -5,34 +5,34 @@ import { Footer, Header } from "@/app/components";
55const inter = Inter ( { subsets : [ "latin" ] } ) ;
66
77export const metadata = {
8- title : "Savage Maps" ,
9- description : "Interactive maps powered by D3.js" ,
10- openGraph : {
11- title : "Savage Maps" ,
12- siteName : "Savage Maps" ,
13- description : "Interactive maps powered by D3.js" ,
14- locale : "en_US" ,
15- type : "website" ,
16- url : "https://savagemaps.com" ,
17- images : [
18- {
19- url : "/public/savage-maps-preview.png" ,
20- width : 1600 ,
21- height : 900 ,
22- alt : "Savage Maps social preview image" ,
23- } ,
24- ] ,
25- } ,
8+ title : "Savage Maps" ,
9+ description : "Interactive maps powered by D3.js" ,
10+ openGraph : {
11+ title : "Savage Maps" ,
12+ siteName : "Savage Maps" ,
13+ description : "Interactive maps powered by D3.js" ,
14+ locale : "en_US" ,
15+ type : "website" ,
16+ url : "https://savagemaps.com" ,
17+ images : [
18+ {
19+ url : "/public/savage-maps-preview.png" ,
20+ width : 1600 ,
21+ height : 900 ,
22+ alt : "Savage Maps social preview image" ,
23+ } ,
24+ ] ,
25+ } ,
2626} ;
2727
2828export default function RootLayout ( { children } ) {
29- return (
30- < html lang = 'en' data-theme = ' acid' >
31- < body className = { `${ inter . className } flex min-h-screen flex-col` } >
32- < Header />
33- { children }
34- < Footer />
35- </ body >
36- </ html >
37- ) ;
29+ return (
30+ < html lang = "en" data-theme = " acid" >
31+ < body className = { `${ inter . className } flex min-h-screen flex-col` } >
32+ < Header />
33+ { children }
34+ < Footer />
35+ </ body >
36+ </ html >
37+ ) ;
3838}
0 commit comments