Query several page_type from the same [uid] route in Next.js app router

Hi @y.coumes-gauchet ,

This thread addresses some similar concepts but we don't recommend such a strategy because of conflicts like you've suggested:

I would recommend using the route resolver and the URL property returned from your documents using this.

1 Like