Skip to main content
Module

x/live/deps.ts>RouteConfig

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Very Popular
Go to Latest
interface RouteConfig
import { type RouteConfig } from "https://deno.land/x/live@1.41.11/deps.ts";

Properties

optional
routeOverride: string

A route override for the page. This is useful for pages where the route can not be expressed through the filesystem routing capabilities.

The route override must be a path-to-regexp compatible route matcher.

optional
csp: boolean

If Content-Security-Policy should be enabled for this page. If 'true', a locked down policy will be used that allows only the scripts and styles that are generated by fresh. Additional scripts and styles can be added using the useCSP hook.