4
0
forked from crowetic/commerce
commerce/lib/defaults.ts

15 lines
195 B
TypeScript
Raw Normal View History

2020-11-26 13:13:30 -03:00
// Fallback to CMS Data
export const defaultPageProps = {
2020-11-26 13:13:30 -03:00
header: {
links: [
{
link: {
title: 'New Arrivals',
url: '/',
},
},
],
},
}