Home / Type/ GetLocalesRelativeUrlList Type — astro Architecture

GetLocalesRelativeUrlList Type — astro Architecture

Architecture documentation for the GetLocalesRelativeUrlList type/interface in index.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  ac7461fc_0910_0fce_196e_735fc8c7a023["GetLocalesRelativeUrlList"]
  8585eccb_1f08_df1e_3383_f4002ac7762a["index.ts"]
  ac7461fc_0910_0fce_196e_735fc8c7a023 -->|defined in| 8585eccb_1f08_df1e_3383_f4002ac7762a
  style ac7461fc_0910_0fce_196e_735fc8c7a023 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/i18n/index.ts lines 145–154

interface GetLocalesRelativeUrlList extends GetLocaleOptions {
	base: string;
	path?: string;
	locales: Locales;
	trailingSlash: AstroConfig['trailingSlash'];
	format: AstroConfig['build']['format'];
	strategy?: RoutingStrategies;
	defaultLocale: string;
	domains: Record<string, string> | undefined;
}

Frequently Asked Questions

What is the GetLocalesRelativeUrlList type?
GetLocalesRelativeUrlList is a type/interface in the astro codebase, defined in packages/astro/src/i18n/index.ts.
Where is GetLocalesRelativeUrlList defined?
GetLocalesRelativeUrlList is defined in packages/astro/src/i18n/index.ts at line 145.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free