Home / Type/ RoutingStrategies Type — astro Architecture

RoutingStrategies Type — astro Architecture

Architecture documentation for the RoutingStrategies type/interface in common.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  2259cc68_0b7f_9c3e_1136_fbfb5a02dd52["RoutingStrategies"]
  068dc89e_9fd0_297e_43a8_0a310f749aeb["common.ts"]
  2259cc68_0b7f_9c3e_1136_fbfb5a02dd52 -->|defined in| 068dc89e_9fd0_297e_43a8_0a310f749aeb
  style 2259cc68_0b7f_9c3e_1136_fbfb5a02dd52 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/core/app/common.ts lines 4–11

export type RoutingStrategies =
	| 'manual'
	| 'pathname-prefix-always'
	| 'pathname-prefix-other-locales'
	| 'pathname-prefix-always-no-redirect'
	| 'domains-prefix-always'
	| 'domains-prefix-other-locales'
	| 'domains-prefix-always-no-redirect';

Frequently Asked Questions

What is the RoutingStrategies type?
RoutingStrategies is a type/interface in the astro codebase, defined in packages/astro/src/core/app/common.ts.
Where is RoutingStrategies defined?
RoutingStrategies is defined in packages/astro/src/core/app/common.ts at line 4.

Analyze Your Own Codebase

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

Try Supermodel Free