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
PATHNAMEfrom routeTHIS_ROUTEas it conflicts with higher priority routeWINNING_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: