Skip to content

Commit ec5c814

Browse files
*sigh* 😦
1 parent 2e567ec commit ec5c814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ module.exports = {
5959
{ from: __dirname + "/src/img/favicon-32.png", to: "assets" },
6060
{ from: __dirname + "/src/img/cli.gif", to: "assets" },
6161
{ 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" },
62+
{ from: __dirname + "/src/img/diagram.svg", to: "assets" },
63+
{ from: __dirname + "/src/img/diagram.png", to: "assets" },
6464
])
6565
],
6666
postcss: function() {

0 commit comments

Comments
 (0)