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

x/aleph/framework/core/routing.ts>RoutingOptions

The Full-stack Framework in Deno.
Go to Latest
type alias RoutingOptions
import { type RoutingOptions } from "https://deno.land/x/aleph@v0.3.0-alpha.18/framework/core/routing.ts";
definition: { baseURL?: string; defaultLocale?: string; locales?: string[]; routes?: Route[]; rewrites?: Record<string, string>; }