Fix Coba lagi image stagging #66

Merged
nicoarya20 merged 1 commits from nico/5-feb-26-2 into staggingweb 2026-02-05 14:31:53 +08:00

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,