Module

x/lume/plugins/check_urls.ts>Options

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface Options
import { type Options } from "https://dotland.deno.dev/x/lume@v2.4.2/plugins/check_urls.ts";

Properties

optional
extensions: string[]

The list of extensions this plugin applies to

optional
strict: boolean

True to require trailing slashes and ignore redirections (oldUrl variables)

optional
ignore: string[]

The list of URLs to ignore

optional
external: boolean

True to check external links

optional
output: string | ((notFoundUrls: Map<string, Set<string>>) => void)

To output the list to a json file