We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657d1e4 commit 33aeb80Copy full SHA for 33aeb80
src/Middleware.php
@@ -32,11 +32,11 @@ public function version(Request $request)
32
return hash('xxh128', config('app.asset_url'));
33
}
34
35
- if (file_exists($manifest = public_path('mix-manifest.json'))) {
+ if (file_exists($manifest = public_path('build/manifest.json'))) {
36
return hash_file('xxh128', $manifest);
37
38
39
- if (file_exists($manifest = public_path('build/manifest.json'))) {
+ if (file_exists($manifest = public_path('mix-manifest.json'))) {
40
41
42
0 commit comments