Skip to main content
Module

x/lume/plugins/robots.ts>Options

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface Options
import { type Options } from "https://deno.land/x/lume@v2.1.2/plugins/robots.ts";

Properties

filename: string

The robots.txt file name

optional
allow: string[] | string
optional
disallow: string[] | string
optional
rules: Rule[]