fascinating, just went to that page and the invocation routes looks nothing like my `_routes.json` f
fascinating, just went to that page and the invocation routes looks nothing like my
_routes.json file
_routes.jsonfavicon.ico, fonts/*, etc.next/output, or whatever the output directory is?.vercel/output/static after running npx @cloudflare/next-on-pages. and it matches what's in the screenshot despite what I put into the custom _routes.json file in the public folder (it even overwrites the one in the public folder)_routes.json support with NextOnPages because it breaks middleware.vercel on my repo. how can I modify the file on cloudflare servers?mv -f _routes.json .vercel/output/static/_routes.json in your build command?
public folder and not in the root directory despite what this comment says https://github.com/cloudflare/next-on-pages/issues/5#issuecomment-1328327244 I wonder if this is a recent changefetch inside Pages? fetch always invoke my api but cache work when I browse the URL directly from browser favicon.icofonts/*.next/output.vercel/output/staticnpx @cloudflare/next-on-pages.vercelmv -f _routes.json .vercel/output/static/_routes.json