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 deb01a9 commit 88857bfCopy full SHA for 88857bf
site/webpack.config.js
@@ -57,7 +57,9 @@ module.exports = {
57
new CopyWebpackPlugin([
58
{ from: __dirname + "/src/img/favicon-16.png", to: "assets" },
59
{ from: __dirname + "/src/img/favicon-32.png", to: "assets" },
60
- { from: __dirname + "/src/img/apple-touch-icon.png", to: "assets" },
+ { 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" },
63
])
64
],
65
postcss: function() {
0 commit comments