Is there a way to append .page automatically to generated pages?

Hi guys! I’m just starting with plasmic, I finished the tutorials with the ui builder and I find it really cool!

Now I feel ready to start implementing it in my project, I’m using codegen to synchronize the components to my nextjs project.

I just have a question, is there a way to append “.page” automatically to the generated pages?
The result would be “random-page.page.tsx” instead of “random-page.tsx”

Thank you in advance!

Hi! There currently isn’t a way to do that - you will need to rename the pages manually and update your plasmic.json with the new paths

Alright, will do that, thanks !