rework/lightweight #12

Merged
GauthierWebDev merged 106 commits from rework/lightweight into main 2025-04-21 16:27:38 +00:00
3 changed files with 7 additions and 0 deletions
Showing only changes of commit 37c0177d07 - Show all commits

View File

@ -0,0 +1,7 @@
import type { PageContext } from "vike/types";
import { buildPublicUrl } from "@/buildPublicUrl";
export const image = (pageContext: PageContext) => {
return buildPublicUrl(pageContext, "/opengraph/react.png");
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.