1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-09 06:11:21 +00:00
2021-05-25 15:16:17 -03:00

15 lines
195 B
TypeScript

// Fallback to CMS Data
export const defaultPageProps = {
header: {
links: [
{
link: {
title: 'New Arrivals',
url: '/',
},
},
],
},
}