Skip to content

Commit

Permalink
fix: typo default config dirMinJs & dirMinCss
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Apr 4, 2023
1 parent 22de1ad commit 1df4ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Config/Minifyku.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Minifyku extends BaseConfig
*
* Location your folder JS with Minified
*/
public string $dirMinJs = './assets/css/min';
public string $dirMinJs = './assets/js/min';

/**
* --------------------------------------------------------------------
Expand All @@ -60,7 +60,7 @@ class Minifyku extends BaseConfig
*
* Location your folder CSS with Minified
*/
public string $dirMinCss = './assets/js/min';
public string $dirMinCss = './assets/css/min';

/**
* --------------------------------------------------------------------
Expand Down

0 comments on commit 1df4ed4

Please sign in to comment.