AstroFeatureMap: {
    assets?: AstroAssetsFeature;
    envGetSecret?: SupportsKind;
    hybridOutput?: SupportsKind;
    i18nDomains?: SupportsKind;
    serverOutput?: SupportsKind;
    staticOutput?: SupportsKind;
}

Type declaration

  • Optional assets?: AstroAssetsFeature

    The adapter can emit static assets

  • Optional envGetSecret?: SupportsKind

    The adapter is able to support getSecret exported from astro:env/server

  • Optional hybridOutput?: SupportsKind

    The adapter is able to serve pages that are static or rendered via server

  • Optional i18nDomains?: SupportsKind

    List of features that orbit around the i18n routing

  • Optional serverOutput?: SupportsKind

    The adapter is able to serve SSR pages

  • Optional staticOutput?: SupportsKind

    The adapter is able serve static pages