Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 01cccd8

Browse files
committed
Use correct color & fix path
1 parent 9a284c1 commit 01cccd8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/src/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<meta http-equiv="Content-type" content="text/html; charset=utf-8" data-react-helmet="true" />
77
<meta name="viewport" content="width=device-width" data-react-helmet="true" />
88
<meta name="mobile-web-app-capable" content="yes" data-react-helmet="true" />
9-
<meta name="theme-color" content="#03405a" data-react-helmet="true" />
9+
<meta name="theme-color" content="#136a8a" data-react-helmet="true" />
1010
<style>
1111
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono|Roboto+Slab');
1212
</style>
1313
</head>
1414

1515
<body>
1616
<div id="app" aria-role="application" onclick="void(0)"></div>
17-
<script src="/app.js"></script>
17+
<script src="app.js"></script>
1818
</body>
1919

2020
</html>

docs/webpack.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ module.exports = {
6868
},
6969
output: {
7070
path: path.resolve(__dirname, "build"),
71+
publicPath: "",
7172
filename: "app.js",
7273
},
7374
plugins: [

0 commit comments

Comments
 (0)