Suppose you have src/[param].md
If dynamicPaths contains "/[foo]", "/[param]", the first page is generated as a parameterized page, the second as a normal page.
Definitely a corner case, but this feels inconsistent. We should probably prioritize routing to the parameterized page?
Suppose you have
src/[param].mdIf dynamicPaths contains
"/[foo]", "/[param]", the first page is generated as a parameterized page, the second as a normal page.Definitely a corner case, but this feels inconsistent. We should probably prioritize routing to the parameterized page?