fix(skin): cache-bust query ?v=20260614 for character-assets URLs
All checks were successful
All checks were successful
After backend CORS rollout users had stale CORS-failure cached for Mixamo GLB. Adding a query suffix forces browsers to re-fetch the URL instead of replaying the cached failure. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
a697438661
commit
8f0266f8c2
@ -687,7 +687,7 @@ export class PlayerController {
|
||||
? 'http://localhost:3000'
|
||||
: 'https://rublox.pro';
|
||||
return {
|
||||
file: `${base}/character-assets/skins/${typeId}.glb`,
|
||||
file: `${base}/character-assets/skins/${typeId}.glb?v=20260614`,
|
||||
isR15: false,
|
||||
kind: 'non-humanoid-rigged',
|
||||
overrides: {},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user