Cloudflare Pages invoking functions on request to static assets in Next.js
I have deployed a fully static next.js website (pages directory of next.js) to cloudflare pages and I have added _routes.json file to root of my project excluding static assets from function invocation.
But still my Dashboard is showing the requests made , but it is a fully static site.