commerce/app/page.tsx

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 <></>;
}