laravel-enso / enso

Laravel Vue SPA, Bulma themed. For demo login use `admin@laravel-enso.com` & `password` -
https://www.laravel-enso.com
MIT License
1.08k stars 277 forks source link

Missing favicon.png (minor) #382

Closed robbykrlos closed 3 years ago

robbykrlos commented 3 years ago

This is a question.

Hi,

Is this wanted?

Both :

vendor/laravel-enso/core/stubs/production-index.blade.stub vendor/laravel-enso/core/stubs/development-index.stub

contain :

<link rel="icon" type="image/png" href="/images/favicon.png">

which is not present in resources/images so that it's copied later by:

new CopyPlugin([{
                from: '../resources/images',
                to: 'images',
                force: true,
                folder: true,
            }]),

which results in a missing favicon on Firefox (apparently on Chrome I get something on https://www.laravel-enso.com/login) - if this is wanted, then just close this.

Thanks,