fix/admin/menu-desa/berita #68

Open
nicoarya20 wants to merge 98 commits from fix/admin/menu-desa/berita into main
1093 changed files with 69570 additions and 27772 deletions
Showing only changes of commit b69df2454e - Show all commits

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,