From dc14bc51975660c337f9c416c11952b537397292 Mon Sep 17 00:00:00 2001 From: tuyenio Date: Thu, 25 Jun 2026 09:09:05 +0700 Subject: [PATCH] =?UTF-8?q?perf:=20tour=20n=E1=BA=A1p=20panorama=20WebP=20?= =?UTF-8?q?thay=20cho=20JPEG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/tours/chua-thai-lac.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tours/chua-thai-lac.ts b/src/app/tours/chua-thai-lac.ts index f10ae27..70d3929 100644 --- a/src/app/tours/chua-thai-lac.ts +++ b/src/app/tours/chua-thai-lac.ts @@ -9,7 +9,7 @@ import type { TourConfig, TourScene, InfoMarker, Hotspot } from "@/app/component const base = "/images/chua-thai-lac"; // Trỏ tới đúng file ảnh gốc theo SỐ FILE (01..26), độc lập với thứ tự cảnh sau khi // đánh số lại — nhờ vậy có thể bỏ cảnh giữa chừng mà không phải đổi tên ảnh. -const imageForFile = (fileNumber: number) => `${base}/${String(fileNumber).padStart(2, "0")}.jpg`; +const imageForFile = (fileNumber: number) => `${base}/${String(fileNumber).padStart(2, "0")}.webp`; type SceneSeed = { title: string;