Skip to main content
Module

x/fresh_seo/mod.ts>SitemapContext

The fastest way ⚡️ to create sitemap and robots.txt in your Deno Fresh project 🍋
Latest
class SitemapContext
import { SitemapContext } from "https://deno.land/x/fresh_seo@1.0.1/mod.ts";

Constructors

new
SitemapContext(url: string, manifest: Manifest)

Properties

readonly
routes

Methods

add(route: string, props?: RouteProps)
remove(route: string)
set(route: string, props?: RouteProps)