Skip to content

astro

Prerendered route generates the same path as another route.

Astro

Prerendered route generates the same path as another route.

Prerendered route generates the same path as another route.

import DontEditWarning from '~/components/DontEditWarning.astro'

PrerenderRouteConflict: Could not render PATHNAME from route THIS_ROUTE as it conflicts with higher priority route WINNING_ROUTE.

What went wrong?

Two prerendered routes generate the same path, resulting in a collision. A static path can only be generated by one route.

See Also: