Skip to content

Commit 88857bf

Browse files
Copy the images used in the README
1 parent deb01a9 commit 88857bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/webpack.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ module.exports = {
5757
new CopyWebpackPlugin([
5858
{ from: __dirname + "/src/img/favicon-16.png", to: "assets" },
5959
{ from: __dirname + "/src/img/favicon-32.png", to: "assets" },
60-
{ from: __dirname + "/src/img/apple-touch-icon.png", to: "assets" },
60+
{ from: __dirname + "/src/img/cli.gif", to: "assets" },
61+
{ from: __dirname + "/src/img/go-plus-load.png", to: "assets" },
62+
{ from: __dirname + "/src/img/diagram.png)", to: "assets" },
6163
])
6264
],
6365
postcss: function() {

0 commit comments

Comments
 (0)