commerce/lib/defaults.ts
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: '/',
},
},
],
},
}