Skip to content

Commit 07c9517

Browse files
committed
updated ogimage location
1 parent c64ad8e commit 07c9517

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

app/[user]/[year]/Scene.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ export default function Scene({
117117
enableDamping
118118
autoRotate={autoRotate}
119119
autoRotateSpeed={0.65}
120-
reverseHorizontalOrbit
121120
/>
122121
</PerspectiveCamera>
123122
<Stars

app/layout.tsx

+7-8
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ import { Toaster } from "@/components/ui/sonner";
99

1010
export const metadata: Metadata = {
1111
title: "Next Git | Peter Kudeláš",
12-
description: "Visualize your Github contributions in 3D.Created with Next.js, ThreeJS and React Three Fiber.",
13-
openGraph: {
14-
images: 'https://github3d.vercel.app/opengraph-image.jpg'
15-
}
16-
12+
description:
13+
"Visualize your Github contributions in 3D.Created with Next.js, ThreeJS and React Three Fiber.",
14+
metadataBase: new URL("https://github3d.vercel.app"),
1715
};
1816

1917
export default function RootLayout({
@@ -24,9 +22,10 @@ export default function RootLayout({
2422
return (
2523
<html lang="en" className="dark">
2624
<body className={`${inter.className} ${styles.layout}`}>
27-
<Header/>
28-
<main>{children}
29-
<Toaster position="top-center" />
25+
<Header />
26+
<main>
27+
{children}
28+
<Toaster position="top-center" />
3029
</main>
3130
<Footer />
3231
</body>
File renamed without changes.

0 commit comments

Comments
 (0)