In this image there are 5 separate images all in the same folder. When I run npm run build
the manifest file is generated and two of the files are not entered (favicon-32x32|16x16).
The images are clearly present;
When this goes into production I get the following 500 error;
[2022-08-26 14:30:52] production.ERROR: Unable to locate file in Vite manifest: resources/images/favicon/favicon-32x32.png. {"view":{"view":"/home/forge/myproject/resources/views/app.blade.php","data":[]},"exception":"[object] (Spatie\\LaravelIgnition\\Exceptions\\ViewException(code: 0): Unable to locate file in Vite manifest: resources/images/favicon/favicon-32x32.png. at /home/forge/myproject/vendor/laravel/framework/src/Illuminate/Foundation/Vite.php:539)
Is there any reason why these files would not be added to the manifest?