mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Converts to Opengraph Image file convention. (#1043)
This commit is contained in:
7
app/opengraph-image.tsx
Normal file
7
app/opengraph-image.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import OpengraphImage from 'components/opengraph-image';
|
||||
|
||||
export const runtime = 'edge';
|
||||
|
||||
export default async function Image() {
|
||||
return await OpengraphImage();
|
||||
}
|
Reference in New Issue
Block a user