1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-11 18:36:58 +00:00
2021-01-15 17:37:36 -05: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]';