Home / Type/ GetLocaleAbsoluteUrl Type — astro Architecture

GetLocaleAbsoluteUrl Type — astro Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/astro/src/i18n/index.ts lines 64–67

type GetLocaleAbsoluteUrl = GetLocaleRelativeUrl & {
	site: AstroConfig['site'];
	isBuild: boolean;
};

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free