commerce/pages/index.tsx
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]';