Skip to content

Commit fd5b6f6

Browse files
committed
feat: add screenshot and update preview image URL to remove versioning
1 parent cd0206d commit fd5b6f6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

public/Screenshot.png

932 KB
Loading

public/preview.png

1.52 MB
Loading

src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const metadata: Metadata = {
6464
type: "website",
6565
images: [
6666
{
67-
url: "/preview.png?v=20260319-1",
67+
url: "/preview.png",
6868
width: 1200,
6969
height: 630,
7070
alt: `${BRAND_NAME} - ${BRAND_TAGLINE}`,
@@ -77,7 +77,7 @@ export const metadata: Metadata = {
7777
site: "@warrioraashuu",
7878
title: `${BRAND_NAME} | ${BRAND_TAGLINE}`,
7979
description: BRAND_DESCRIPTION,
80-
images: ["/preview.png?v=20260319-1"],
80+
images: ["/preview.png"],
8181
},
8282
};
8383

0 commit comments

Comments
 (0)