I have two web folders set up in external storage, /news and /faculty. These are the only two locations on my website I would want imagekit to transform images from.
In my URL endpoints, I set up two endpoints, one for each of my web folders, named news and faculty. I would expect 100% of my traffic to fall under one of these two endpoints, but in my image analytics I see a healthy amount of traffic still falling under the “default” endpoint, which has no web folders attached to it, only the default “imagekit media library”.
Why are so many of my images falling under the default endpoint? Are these being double counted? If possible I would like to remove the default endpoint. I only want to serve images using my two endpoints and my two web folders.