To me the idea of sending my user to a 404 because they went to /foo instead of /Foo is just awful. But when you use Gatsby's createPages function to create dynamic page URLs/routes, it seems to always build case-sensitive URLs/routes.
Is there any way to make Gatsby route /foo to /Foo when using createPages (without literally creating routes for every possible casing combination)?