1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-14 19:41:20 +00:00
Joel Varty d9fe7d8e6b merged
2021-06-17 17:37:32 -04:00

2 lines
182 B
TypeScript

//this is just a pointer to the catch-all route and logic for all CMS driven pages (i.e. even rootpage is dynamic from the CMS)
export { default, getStaticProps } from './[...slug]';