Question about Glitch CDN

What is the v parameter in a CDN image url? Do I need it in my images? I have used images without it and it works just fine.

It’s a version timestamp. Best I can tell its the unix timestamp of the moment the file was uploaded. If you don’t include it in the URL you’ll always be retrieving the latest file uploaded with the same file name. Including it allows you to ensure that the version you are requesting is the version you uploaded.

1 Like

Wait, do older versions not count against the asset quota?

You should tag support for that :smile:

Tagging the @glitch_support for your inquiry…

@RiversideRocks

5 Likes