1
0
mirror of https://github.com/vercel/commerce.git synced 2025-08-01 06: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.ts
package.json
pnpm-lock.yaml
postcss.config.mjs
tsconfig.json
commerce/app/opengraph-image.tsx
Lee Robinson 7f8f9ff1a3 use cache
2025-02-09 11:38:22 -06:00

6 lines
133 B
TypeScript

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