Skip to main content
Module

x/aleph/types.ts>SSROptions

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface SSROptions
import { type SSROptions } from "https://deno.land/x/aleph@v0.2.21/types.ts";

The options for SSR.

Properties

optional
fallback: string

The fallback html dynamic routes (default is '_fallback.html').

optional
include: RegExp[]

A list of RegExp for paths to use SSR.

optional
exclude: RegExp[]

A list of RegExp for paths to skip SSR.

optional
staticPaths: string[]

A list of paths for dynamic routes in SSR.