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.
build
1 parent 91d752c commit e0ab6a5Copy full SHA for e0ab6a5
src/Roots/Acorn/Assets/Middleware/ViteMiddleware.php
@@ -18,7 +18,7 @@ public function handle($config)
18
return $config;
19
}
20
21
- if (! empty($config['url']) && ! empty($config['path'])) {
+ if (str_contains($config['path'], '/build/')) {
22
23
24
0 commit comments