We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fece21 commit 92d21aeCopy full SHA for 92d21ae
1 file changed
config/minify.php
@@ -6,5 +6,5 @@
6
'minify_enabled' => function(){
7
return isset($_GET['no_min']) == false;
8
},
9
- 'min_path' => 'assets/min/', // relative to public
+ 'min_path' => '/assets/min/', // relative to public
10
];
0 commit comments