feat: Add image generation for React documentation pages

This commit is contained in:
Gauthier Daniels 2025-04-20 21:40:29 +02:00
parent 7d806f5dd8
commit 37c0177d07
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.