DONE: fix error where image not showing on digital card, generate letter not working on prod (#5)
Build Docker Image / build-backend (push) Failing after 23s
Build Docker Image / build-frontend (push) Successful in 21s

Co-authored-by: ISMAIL MASSERAN <topaz@ISMAILs-Macbook.local>
Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-07-06 13:24:42 +08:00
parent d06c4701a4
commit 580c7d2392
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'),
];