refactor: remove camp location functionality

This commit is contained in:
Wini_Fy
2026-02-05 10:52:27 +07:00
parent 00f93cefab
commit 7dd52d8669
15 changed files with 291 additions and 1070 deletions

View File

@@ -84,7 +84,7 @@
<tr>
<td>
<% if (blog.featuredImage) { %>
<img src="<%= blog.featuredImage %>"
<img src="<%= getFullImageUrl(blog.featuredImage, backendUrl) %>"
alt="<%= blog.title %>" class="img-thumbnail"
style="width: 50px; height: 50px; object-fit: cover;">
<% } else { %>