Fix: Add logo images to Admin Vite config input
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 4m10s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 4m10s
The login page references 'images/logo.svg' via vite()->asset(), which requires the file to be present in the build manifest. Adding it to the input array ensures it is processed and listed in manifest.json.
This commit is contained in:
@@ -32,6 +32,8 @@ export default defineConfig(({ mode }) => {
|
||||
"src/Resources/assets/css/app.css",
|
||||
"src/Resources/assets/js/app.js",
|
||||
"src/Resources/assets/js/chart.js",
|
||||
"src/Resources/assets/images/logo.svg",
|
||||
"src/Resources/assets/images/dark-logo.svg",
|
||||
],
|
||||
refresh: true,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user