Compare commits

...

2 Commits

3 changed files with 7 additions and 0 deletions

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.