Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/plugins/robots.ts>Options

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

Properties

filename: string

The robots.txt file name

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