Skip to main content
Module

x/fastro/mod.ts>RenderOptions

Fast and simple web application framework for deno
Go to Latest
type alias RenderOptions
import { type RenderOptions } from "https://deno.land/x/fastro@v0.74.0/mod.ts";
definition: { build?: boolean; cache?: boolean; pageFolder?: string; status?: number; props?: unknown; development?: boolean; html?: { lang?: string; class?: string; head?: { title?: string; descriptions?: string; meta?: Meta[]; script?: Script[]; link?: Link[]; }; body?: { rootClass?: string; class?: string; style?: string; script?: Script[]; }; }; }