Skip to content

Commit 98bc28d

Browse files
update og image
1 parent 57dbd7d commit 98bc28d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/web/public/image.jpg

81.8 KB
Loading

apps/web/public/image.png

-182 KB
Binary file not shown.

apps/web/src/app/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
export const dynamic = "force-static";
2+
import { Toaster } from "@/components/ui/sonner";
23
import { RootProvider } from "fumadocs-ui/provider";
34
import type { Metadata } from "next";
45
import { Poppins } from "next/font/google";
56
import { NuqsAdapter } from "nuqs/adapters/next/app";
67
import type { ReactNode } from "react";
78
import "./global.css";
8-
import { Toaster } from "@/components/ui/sonner";
99

1010
const poppins = Poppins({
1111
subsets: ["latin"],
@@ -55,7 +55,7 @@ export const metadata: Metadata = {
5555
siteName: "Better-T Stack",
5656
images: [
5757
{
58-
url: "/image.png",
58+
url: "/image.jpg",
5959
width: 1200,
6060
height: 630,
6161
alt: "Better-T Stack",
@@ -69,7 +69,7 @@ export const metadata: Metadata = {
6969
title: "Better-T Stack",
7070
description:
7171
"A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
72-
images: ["/image.png"],
72+
images: ["/image.jpg"],
7373
},
7474
robots: {
7575
index: true,

0 commit comments

Comments
 (0)