Skip to main content
Module

x/lume/plugins/on_demand.ts>Options

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface Options
import { type Options } from "https://deno.land/x/lume@v1.17.4/plugins/on_demand.ts";

Properties

routesPath: string

The file path to save the routes

preloadPath: string

The file path to save the preloaded modules

optional
extraData: (request: Request) => Record<string, unknown>

Extra data to pass to the pages