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