1
0
mirror of https://github.com/vercel/commerce.git synced 2025-08-10 19:01:22 +00:00
Files
.github
.husky
.vscode
app
(cms)
api
product
search
error.tsx
favicon.ico
globals.css
layout.tsx
opengraph-image.tsx
page.tsx
robots.ts
sitemap.ts
components
fonts
lib
public
.env.example
.eslintrc.js
.gitignore
.nvmrc
.prettierignore
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-07-14 13:08:06 +02:00

8 lines
165 B
TypeScript

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