There is one potential gotcha, assuming I didn’t misinterpret the documentation. If your project has

There is one potential gotcha, assuming I didn’t misinterpret the documentation. If your project has at least one function, all requests will go through functions instead of free static requests.

To avoid that, you must use _routes.json to correctly exclude your static assets.
Was this page helpful?