For some reason, Cloudflare will first perform a GET request to the /terms resource. However, this will not exist and it will automatically go to the 404 page I have set up, which uses the index.html page, which then actually loads the /terms page, since it’s an SPA.
How do I let Cloudflare (or maybe Google Cloud Storage) know that this request should not be requesting a specific resource?