UNPKG

@serwist/next

Version:

A module that integrates Serwist into your Next.js application.

12 lines (10 loc) 309 B
import type { BuildOptions } from "@serwist/cli"; import type { Optional } from "@serwist/utils"; export interface SerwistOptions extends Optional<BuildOptions, "globDirectory"> { /** * Whether Serwist should precache prerendered routes. * * @default true */ precachePrerendered?: boolean; }