Skip to content

remix/route-pattern/match · Interface

View Source

MatchOptions

Summary

Options that control how a URL string is resolved before matching.

Signature

interface MatchOptions {
  baseURL?: string | URL
}

Properties

baseURL

Absolute URL used to resolve relative URL strings with platform URL semantics.