Livewire script tag is not working

LIvewire script tag is not loading…I’m confused why this error occured

If i check view source
this url I’m getting, project name url is missing

http://localhost/livewire/livewire.js?id=eb510e851dceb24afd36

Hey, @Neeraj1005

Try to publish livewire assets

php artisan livewire:publish --config
php artisan livewire:publish --assets

problem is solved…
What I did…
Run command

php artisan livewire:publish --config

I just put my project name under config/livewire.php

base_url => ‘my_project_name’,

and clear all cache config.