Fix Coba lagi image stagging

This commit is contained in:
2026-02-05 14:29:44 +08:00
parent df198c320a
commit b69df2454e

View File

@@ -227,7 +227,8 @@ export async function getAllPublicCdnUrls(): Promise<CdnItem[]> {
return items
.filter((item) => item.type === "file")
.map((file) => {
const path = `${DIR_TARGET}/${file.name}`;
// const path = `${DIR_TARGET}/${file.name}`;
const path = `/${file.name}`;
return {
name: file.name,
path,