Determines if the application is using static site generation (SSG).
SSG is opt-in via the --ssg flag or stone.builder.rendering = 'ssg'. It is never inferred from file contents (it is a deliberate deployment choice).
--ssg
stone.builder.rendering = 'ssg'
The blueprint object.
The incoming event.
True if the application is using static site generation.
Determines if the application is using static site generation (SSG).
SSG is opt-in via the
--ssgflag orstone.builder.rendering = 'ssg'. It is never inferred from file contents (it is a deliberate deployment choice).