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

This commit is contained in:
Cauê Faleiros
2026-02-04 10:13:31 -03:00
parent 9fccf43003
commit 564da06e67
25 changed files with 624 additions and 0 deletions

View File

@@ -1 +1,5 @@
import './bootstrap';
import.meta.glob([
'../images/**',
]);