commerce/lib/defaults.ts
JD e017f4ba7e
Fix typo (#135)
The defaultPageProps object had a typo in the name

Co-authored-by: B <curciobelen@gmail.com>
2021-01-09 12:20:56 -03:00

15 lines
195 B
TypeScript

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