DONE: fix error where image not showing on digital card, generate letter not working on prod

This commit is contained in:
ISMAIL MASSERAN
2026-07-06 13:24:15 +08:00
parent d06c4701a4
commit 1f62c9dd25
7 changed files with 81 additions and 18 deletions
+1 -1
View File
@@ -124,6 +124,6 @@ return [
|
*/
'logo_path' => public_path('images/logo/logo.svg'),
'logo_path' => public_path('images/logo/logo.png'),
];