1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-27 12:11:23 +00:00
Files
commerce/app/page.tsx
2024-07-20 14:55:29 -07:00

11 lines
221 B
TypeScript

export const metadata = {
description: 'High-performance ecommerce store built with Next.js, Vercel, and Shopif.',
openGraph: {
type: 'website'
}
};
export default async function HomePage() {
return <></>;
}