Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lume/plugins/check_urls.ts>Options

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface Options
import { type Options } from "https://deno.land/x/lume@v2.4.1/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