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 2e567ec commit ec5c814Copy full SHA for ec5c814
site/webpack.config.js
@@ -59,8 +59,8 @@ module.exports = {
59
{ from: __dirname + "/src/img/favicon-32.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.svg)", to: "assets" },
63
- { from: __dirname + "/src/img/diagram.png)", to: "assets" },
+ { from: __dirname + "/src/img/diagram.svg", to: "assets" },
+ { from: __dirname + "/src/img/diagram.png", to: "assets" },
64
])
65
],
66
postcss: function() {
0 commit comments