so, normally, it works when you just add ASSET_URL on your .env configuration. but in my case, that's not work too.
and the solution is.. just add this to AppServiceProvider.
URL::forceScheme('https');
it will force your asset to load using https. and just it