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.
1 parent 338e0f8 commit 562c0dbCopy full SHA for 562c0db
config/nova-slim-field.php
@@ -5,8 +5,8 @@
5
* Configure the path to the slim assets.
6
*/
7
'slim' => [
8
- 'jquery' => asset('/js/jquery.js'),
9
- 'js' => asset('/js/slim.js'),
10
- 'css' => asset('/css/slim.css'),
+ 'jquery' => public_path('/js/jquery.js'),
+ 'js' => public_path('/js/slim.js'),
+ 'css' => public_path('/css/slim.css'),
11
],
12
];
0 commit comments