UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

4 lines (3 loc) 190 B
import type { SSRManifest } from '../app/types.js'; /** The manifest's `site` as a `URL` (used for `Astro.site`). */ export declare function getSite(manifest: SSRManifest): URL | undefined;