Commit Graph

2 Commits

Author SHA1 Message Date
Cauê Faleiros
0dba16d56c Fix: Correct asset path in published login view and force track it
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 4m10s
The published login view (resources/views/vendor/admin/sessions/login.blade.php)
was referencing 'resources/images/logo.svg', which caused a mismatch with the
Vite manifest (which has 'images/logo.svg').
Also force-added the file to git because 'resources/views/.gitignore' ignores everything.
2026-02-05 09:46:27 -03:00
Cauê Faleiros
564da06e67 Fix: Copy admin images and update Vite config/view to resolve 500 error
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 25s
2026-02-04 10:13:31 -03:00