divrawat
divrawat
CDCloudflare Developers
Created by divrawat on 7/9/2024 in #general-help
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. Is functions directory creating compalsory since all my website is static. Here is my github repo - https://github.com/divrawat/One-Blog
2 replies