forked from UKSOURCE/ipv6
fix 2 form
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
export const imageUrl = (path?: string) => {
|
||||
// Không có ảnh → ảnh mặc định
|
||||
// No image → default image
|
||||
if (!path) return "/_images/default.jpg";
|
||||
|
||||
// Đã là full URL
|
||||
// Already a full URL
|
||||
if (path.startsWith("http")) return path;
|
||||
|
||||
const base = (
|
||||
|
||||
Reference in New Issue
Block a user