mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
* feat: init commercetools setup --------- Co-authored-by: Anja-Janina Stiefermann <anja.stiefermann@kernpunkt.de>
8 lines
165 B
TypeScript
8 lines
165 B
TypeScript
import OpengraphImage from "components/opengraph-image";
|
|
|
|
export const runtime = "edge";
|
|
|
|
export default async function Image() {
|
|
return await OpengraphImage();
|
|
}
|