I'm trying to stop pages functions from being invoked for static assets on my next.js app and I'm st
I'm trying to stop pages functions from being invoked for static assets on my next.js app and I'm struggling to get it to work. I've excluded all the routes for static assets in my _routes.json file and put the file in the public folder but still each page view will make 1-4 function requests. Any advice will be greatly appreciated!

