Invocation routes

Hello all -

In Cloudflare Pages, in deployment details under the functions tab, there's a section at the bottom titled "Invocation routes" and it shows:

{
"version": 1,
"description": "Built with @cloudflare/next-on-pages@1.11.3.",
"include": [
"/"
],
"exclude": [
"/_next/static/
"
]
}

Is it possible to choose the version of @cloudflare/next-on-pages?

We think we've been having some problems related to 1.11.3 and our Sanity CMS (we've seen increased Sanity API requests since our builds started using 1.11.3) and want to test using a previous version where we didn't have the issue.

#pages-help
Was this page helpful?