Skip to main content
Module

x/aleph/server/types.ts>SSGOptions

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias SSGOptions
import { type SSGOptions } from "https://deno.land/x/aleph@1.0.0-beta.21/server/types.ts";

The SSG options for the FS routing.

definition: { include?: RegExp; exclude?: RegExp; getStaticPaths?: () => string[] | Promise<string[]>; clientHeaders?: HeadersInit; }