Skip to content

Commit 0430497

Browse files
committed
remove unused public assets, serve OG image locally
1 parent 9a3deeb commit 0430497

7 files changed

Lines changed: 1 addition & 8 deletions

File tree

packages/app/public/file.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/app/public/github.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/app/public/globe.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/app/public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/app/public/vercel.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/app/public/window.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/constants/src/seo.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ export const AUTHOR_HANDLE = '@semianalysis';
66
export const SITE_TITLE = `${SITE_NAME} by ${AUTHOR_NAME} — AI Inference Benchmark`;
77
export const DESCRIPTION =
88
'InferenceX (formerly InferenceMAX) is the open-source AI inference benchmark that matches the rapid pace of modern AI development. Powered by one of the largest open-source GPU CI/CD fleets with NVIDIA GB200, AMD MI355X & many more.';
9-
export const OG_IMAGE =
10-
'https://semianalysis.com/wp-content/themes/semianalysis/assets/img/sharecard-default.png';
9+
export const OG_IMAGE = `${SITE_URL}/og-image.png`;

0 commit comments

Comments
 (0)