Skip to content

Commit

Permalink
Resolve path for svg icons
Browse files Browse the repository at this point in the history
  • Loading branch information
tuandm committed Mar 18, 2019
1 parent a5461f2 commit 23c8e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=7a67e11bdd676d2ce049",
"/js/app.js": "/js/app.js?id=43adfafd4add28ef4547",
"/css/app.css": "/css/app.css?id=82824b4798befd9dcf3a"
}
2 changes: 1 addition & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require('laravel-mix-eslint');
function resolve(dir) {
return path.join(
__dirname,
'/vendor/tuandm/laravue-core/src/resources/js',
'/resources/js',
dir
);
}
Expand Down

0 comments on commit 23c8e46

Please sign in to comment.