File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import { cn } from "@/lib/utils"
66import Header from "@/components/Header" ;
77import Footer from "@/components/Footer" ;
88import dynamic from 'next/dynamic'
9+ import Head from "next/head" ;
910
1011const fontSans = FontSans ( {
1112 subsets : [ "latin" ] ,
@@ -14,6 +15,9 @@ const fontSans = FontSans({
1415export const metadata : Metadata = {
1516 title : "Suggest Feature - Share and Vote on Feature Requests" ,
1617 description : "Suggest Feature is a platform for sharing and voting on feature requests." ,
18+ openGraph : {
19+ "images" : "https://suggestfeature.com/logo.jpeg"
20+ }
1721} ;
1822
1923export default function RootLayout ( {
@@ -27,7 +31,6 @@ export default function RootLayout({
2731 return (
2832 < html lang = "en" >
2933 < CrispWithNoSSR />
30-
3134 < body
3235 className = { cn (
3336 "min-h-screen bg-background font-sans antialiased" ,
You can’t perform that action at this time.
0 commit comments