ErrorPagePath Type — astro Architecture
Architecture documentation for the ErrorPagePath type/interface in base.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 20deb5e9_0d0b_814e_ccf4_8ed23f3e8667["ErrorPagePath"] be39cf2a_62a6_9604_4324_ee218d601bab["base.ts"] 20deb5e9_0d0b_814e_ccf4_8ed23f3e8667 -->|defined in| be39cf2a_62a6_9604_4324_ee218d601bab style 20deb5e9_0d0b_814e_ccf4_8ed23f3e8667 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/core/app/base.ts lines 102–108
type ErrorPagePath =
| `${string}/404`
| `${string}/500`
| `${string}/404/`
| `${string}/500/`
| `${string}404.html`
| `${string}500.html`;
Defined In
Source
Frequently Asked Questions
What is the ErrorPagePath type?
ErrorPagePath is a type/interface in the astro codebase, defined in packages/astro/src/core/app/base.ts.
Where is ErrorPagePath defined?
ErrorPagePath is defined in packages/astro/src/core/app/base.ts at line 102.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free