chore(tos): bump cache version 6 → 7 for 014-2 recrop
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 4m26s

The closeup studio cello shot (now atmosphere 2 after the swap)
had too much empty ceiling above the head. Recropped from
1440x2560 to 1440x1920 (3:4) with top offset 450px so the head sits
near the top of the frame and the full upper body is visible.

TOS upload: portraits/014-2.webp (overwrite).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
iye 2026-05-15 18:40:11 +08:00
parent aba9eee0c6
commit 8d8451baa3

View File

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