mirror of
https://github.com/vercel/commerce.git
synced 2025-09-03 14:30:15 +00:00
assets
components
config
docs
lib
click-outside
hooks
colors.ts
defaults.ts
focus-trap.tsx
get-slug.ts
logger.ts
range-map.ts
search.tsx
to-pixels.ts
usage-warns.ts
pages
public
.editorconfig
.env.template
.gitignore
.prettierignore
README.md
global.d.ts
license.md
next-env.d.ts
next.config.js
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
yarn.lock
15 lines
196 B
TypeScript
15 lines
196 B
TypeScript
// Fallback to CMS Data
|
|
|
|
export const defatultPageProps = {
|
|
header: {
|
|
links: [
|
|
{
|
|
link: {
|
|
title: 'New Arrivals',
|
|
url: '/',
|
|
},
|
|
},
|
|
],
|
|
},
|
|
}
|