chore(tos): bump cache version 5 → 6 for 014 atmosphere swap
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 3m43s

14号 gallery atmospheres 1 & 2 swapped + atmosphere 1 recropped to 3:4
to frame the upper body. Same TOS URLs with new content, version bump
forces CDN/browsers to refetch.

TOS uploads: portraits/014.webp (overwrite, now wide-orchestra cropped
to 3:4), portraits/014-2.webp (overwrite, now closeup studio shot).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
iye 2026-05-15 18:35:19 +08:00
parent 85717d557d
commit aba9eee0c6

View File

@ -14,7 +14,7 @@
* , TTL invalidate
*/
const TOS_BASE = (process.env.NEXT_PUBLIC_TOS_DOMAIN ?? "").replace(/\/+$/, "");
const TOS_VERSION = "5";
const TOS_VERSION = "6";
export function tosUrl(path: string): string {
const clean = path.replace(/^\/+/, "");