#how can I create new pages in storefront with declaring my route to this new page created ?
3 messages · Page 1 of 1 (latest)
basically with next js app router: https://nextjs.org/docs/app/building-your-application/routing/defining-routes
https://nextjs.org/docs/app/building-your-application/routing/pages-and-layouts
should be straight forward, not sure which routes you see in cache but it might be the static pages which generated on advance on the build time
Thank you so much!