Skip to content

Commit 53a1bed

Browse files
committed
fix: for test
1 parent 3679962 commit 53a1bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@php
22
function vite_vendor($asset, $vendor)
33
{
4-
$path = public_path('vendor/socialblue/laravel-query-adviser/build/manifest.json');
4+
$path = public_path($vendor . '/build/manifest.json');
55
if (!file_exists($path)) {
66
return $vendor . '/build/' . $asset;
77
}

0 commit comments

Comments
 (0)