1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-25 19:21:23 +00:00
Files
.vscode
app
[page]
api
product
search
error.tsx
favicon.ico
globals.css
layout.tsx
opengraph-image.tsx
page.tsx
robots.ts
sitemap.ts
components
fonts
lib
.env.example
.gitignore
README.md
license.md
next.config.js
package.json
pnpm-lock.yaml
postcss.config.js
prettier.config.js
tailwind.config.js
tsconfig.json
commerce/app/opengraph-image.tsx
2023-06-07 20:57:31 -05:00

8 lines
165 B
TypeScript

import OpengraphImage from 'components/opengraph-image';
export const runtime = 'edge';
export default async function Image() {
return await OpengraphImage();
}