Skip to content

Commit

Permalink
Update nova-slim-field.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ExpDev07 authored Feb 3, 2022
1 parent 338e0f8 commit 562c0db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/nova-slim-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Configure the path to the slim assets.
*/
'slim' => [
'jquery' => asset('/js/jquery.js'),
'js' => asset('/js/slim.js'),
'css' => asset('/css/slim.css'),
'jquery' => public_path('/js/jquery.js'),
'js' => public_path('/js/slim.js'),
'css' => public_path('/css/slim.css'),
],
];

0 comments on commit 562c0db

Please sign in to comment.