I really like Vercel’s set up very slick, the glb in my test app aren’t being served compressed though. Did you have to customise anything to get that working? thanks
That’s a shame, it really does seem to be a gap for hosting options, not just glb/gltf but quite often wasm and definitely for dll’s if you are running Blazor apps or equivalent.
Only way I’ve found bar running own server on a VPS is to use S3 bucket, this lets you set appropriate metadata and is respected if served directly and also through their Cloudfront CDN. Cloudfront seems to be unusual in respecting browser requests for compressed content when served in this way.
Turns out gui’s recommendation of netlify is the one to go for, annoyingly I’d misread a support thread as suggesting it had issues so it was one I hadn’t actually set up a trial account on facepalm
glb are brotli compressed by them, as well as wasm and dll, don’t know if that means they will serve any compressible MIME type as expected