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@v2.1.2/plugins/on_demand.ts";

Properties

optional
routesPath: string

The file path to save the routes

optional
preloadPath: string

The file path to save the preloaded modules

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

Extra data to pass to the pages