Replies: 1 comment 1 reply
-
I think this is related to versioning too where we want to use lazy SSG: #20 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to suggest adding a feature to disable the generation of static pages for a specific directory during the build process. Instead, we could generate these pages on demand and cache them for future requests.
This feature could be configured using the meta.json file.
If this feature has already been implemented, please let me know how we can go about implementing it in our current setup. I am currently conducting a proof of concept using this template.
Beta Was this translation helpful? Give feedback.
All reactions