interface AstroAdapterFeatures {
    edgeMiddleware: boolean;
    functionPerRoute: boolean;
}

Properties

edgeMiddleware: boolean

Creates and edge function that will communiate with the Astro middleware

functionPerRoute: boolean

SSR only. Each route becomes its own function/file.