[Vuejs]-Vuejs image loading gives image not found

0๐Ÿ‘

โœ…

I added the following to .htaccess file

RewriteCond %{REQUEST_URI} app_dev.php/build/*

RewriteRule ^app_dev.php/(.*) $1

Leave a comment