DONE: fix cors issues, use custom-logo for letterhead (#6)
Build Docker Image / build-backend (push) Successful in 54s
Build Docker Image / build-frontend (push) Successful in 7s

Co-authored-by: ISMAIL MASSERAN <topaz@Mac.dlinkrouter.local>
Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
2026-07-06 14:48:50 +08:00
parent e6e2df72eb
commit 33372f2c95
5 changed files with 5 additions and 165 deletions
+1
View File
@@ -29,3 +29,4 @@
[ ] syer maksima silap tukar jadi rm50.00 [ ] syer maksima silap tukar jadi rm50.00
[x] letak sign digital [x] letak sign digital
[x] running no anggota dalam surat dan masa. [x] running no anggota dalam surat dan masa.
[ ] tukar logo di surat offer
+2 -2
View File
@@ -24,8 +24,8 @@ return [
'http://127.0.0.1', 'http://127.0.0.1',
'http://localhost:5173', 'http://localhost:5173',
'http://127.0.0.1:5173', 'http://127.0.0.1:5173',
'https://anggota.koppkb.com', 'https://mykopkb.koppkb.com',
'http://anggota.koppkb.com', 'http://mykopkb.koppkb.com',
], ],
'allowed_origins_patterns' => [], 'allowed_origins_patterns' => [],
+1 -1
View File
@@ -124,6 +124,6 @@ return [
| |
*/ */
'logo_path' => public_path('images/logo/logo.png'), 'logo_path' => public_path('images/logo/logo-letterhead.png'),
]; ];
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB