mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 07:56:59 +00:00
2 lines
182 B
TypeScript
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]'; |