Skip to content

Commit 018ace0

Browse files
author
Yousef Sultan
committed
Fix Vue log not showing in docs
Signed-off-by: Yousef Sultan <yousef.su.2000@gmail.com>
1 parent 9845a37 commit 018ace0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports = {
8484
}),
8585

8686
new CopyWebpackPlugin([
87-
{ from: './docs_src/assets/images/' },
87+
{ from: './docs_src/assets/images', to: 'images/' },
8888
{ from: './docs_src/.nojekyll' },
8989
]),
9090
],

0 commit comments

Comments
 (0)