Router 옵션

interface RouterOptions {
    extendPagesDirs?: string[];
}

Hierarchy

  • Record<string, any>
    • RouterOptions

Properties

Properties

extendPagesDirs?: string[]

확장 pages 디렉토리 목록 설정

Default

[]

Generated using TypeDoc