SSRManifestI18n Type — astro Architecture
Architecture documentation for the SSRManifestI18n type/interface in types.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 827491d7_d24b_fc9d_6f06_c43bff046475["SSRManifestI18n"] f898a077_c422_60c6_8128_2cd592ad264d["types.ts"] 827491d7_d24b_fc9d_6f06_c43bff046475 -->|defined in| f898a077_c422_60c6_8128_2cd592ad264d style 827491d7_d24b_fc9d_6f06_c43bff046475 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/core/app/types.ts lines 135–143
export type SSRManifestI18n = {
fallback: Record<string, string> | undefined;
fallbackType: 'redirect' | 'rewrite';
strategy: RoutingStrategies;
locales: Locales;
defaultLocale: string;
domainLookupTable: Record<string, string>;
domains: Record<string, string> | undefined;
};
Defined In
Source
Frequently Asked Questions
What is the SSRManifestI18n type?
SSRManifestI18n is a type/interface in the astro codebase, defined in packages/astro/src/core/app/types.ts.
Where is SSRManifestI18n defined?
SSRManifestI18n is defined in packages/astro/src/core/app/types.ts at line 135.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free