MCPcopy
hub / github.com/npmx-dev/npmx.dev / ISRConfigOptions

Interface ISRConfigOptions

nuxt.config.ts:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421})
422
423interface ISRConfigOptions {
424 fallback?: 'html' | 'json'
425}
426function getISRConfig(expirationSeconds: number, options: ISRConfigOptions = {}) {
427 if (options.fallback) {
428 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected