Skip to content

Commit

Permalink
Merge branch 'master' of github.com:freescout-helpdesk/freescout into…
Browse files Browse the repository at this point in the history
… dist
  • Loading branch information
freescout-help-desk committed Feb 23, 2024
2 parents 079df0d + d7aeb0d commit 49af472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| or any other location as required by the application or its packages.
*/

'version' => '1.8.121',
'version' => '1.8.122',

/*
|--------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions config/minify.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*/

'css_build_path' => '/css/builds/',
'css_url_path' => '/css/builds/',
'css_url_path' => env('APP_URL').'/css/builds/',

/*
|--------------------------------------------------------------------------
Expand All @@ -56,7 +56,7 @@
*/

'js_build_path' => '/js/builds/',
'js_url_path' => '/js/builds/',
'js_url_path' => env('APP_URL').'/js/builds/',

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

0 comments on commit 49af472

Please sign in to comment.