Home / Function/ getStaticPaths() — astro Function Reference

getStaticPaths() — astro Function Reference

Architecture documentation for the getStaticPaths() function in [...slug].ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  c469d568_4de2_2f5e_e973_a632b36fff20["getStaticPaths()"]
  1a7e4d78_ece3_84aa_0cb2_dc81e7a60972["[...slug].ts"]
  c469d568_4de2_2f5e_e973_a632b36fff20 -->|defined in| 1a7e4d78_ece3_84aa_0cb2_dc81e7a60972
  style c469d568_4de2_2f5e_e973_a632b36fff20 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/test/fixtures/dynamic-endpoint-collision/src/pages/api/safe/[...slug].ts lines 12–14

export function getStaticPaths() {
	return slugs.map((u) => ({ params: { slug: u } }));
}

Subdomains

Frequently Asked Questions

What does getStaticPaths() do?
getStaticPaths() is a function in the astro codebase, defined in packages/astro/test/fixtures/dynamic-endpoint-collision/src/pages/api/safe/[...slug].ts.
Where is getStaticPaths() defined?
getStaticPaths() is defined in packages/astro/test/fixtures/dynamic-endpoint-collision/src/pages/api/safe/[...slug].ts at line 12.

Analyze Your Own Codebase

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

Try Supermodel Free