Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method FrugalInstance.prototype.generate
import { FrugalInstance } from "https://deno.land/x/frugal@0.2.1/packages/core/Frugal.ts";

Generate the page (static or dynamic) matching the given pathname if it exists.

If a page match, the generation will always run, even if nothing has changed since the las build, refresh or generate.

Parameters

request: GenerationRequest<unknown>