RedirectConfig Type — astro Architecture
Architecture documentation for the RedirectConfig type/interface in config.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD aafdfdf5_77f1_f633_bffa_1d2b344831ee["RedirectConfig"] 9a410621_7e4c_298f_fae4_ea2f60c8b25d["config.ts"] aafdfdf5_77f1_f633_bffa_1d2b344831ee -->|defined in| 9a410621_7e4c_298f_fae4_ea2f60c8b25d style aafdfdf5_77f1_f633_bffa_1d2b344831ee fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/public/config.ts lines 59–64
export type RedirectConfig =
| string
| {
status: ValidRedirectStatus;
destination: string;
};
Defined In
Source
Frequently Asked Questions
What is the RedirectConfig type?
RedirectConfig is a type/interface in the astro codebase, defined in packages/astro/src/types/public/config.ts.
Where is RedirectConfig defined?
RedirectConfig is defined in packages/astro/src/types/public/config.ts at line 59.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free