export interface staticSiteGenerationConfig {
  /**
   * @default true
   */
  readonly minifyHtml?: boolean
}
