Skip to content

Commit 3768881

Browse files
committed
go back to my own API key for now
1 parent f764c68 commit 3768881

File tree

4 files changed

+67
-7
lines changed

4 files changed

+67
-7
lines changed

bundle/main.1493b1a3a543a657f813.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
Copyright (c) 2018 Jed Watson.
9+
Licensed under the MIT License (MIT), see
10+
http://jedwatson.github.io/classnames
11+
*/
12+
13+
/**
14+
* @license React
15+
* react-dom.production.min.js
16+
*
17+
* Copyright (c) Facebook, Inc. and its affiliates.
18+
*
19+
* This source code is licensed under the MIT license found in the
20+
* LICENSE file in the root directory of this source tree.
21+
*/
22+
23+
/**
24+
* @license React
25+
* react-is.production.min.js
26+
*
27+
* Copyright (c) Facebook, Inc. and its affiliates.
28+
*
29+
* This source code is licensed under the MIT license found in the
30+
* LICENSE file in the root directory of this source tree.
31+
*/
32+
33+
/**
34+
* @license React
35+
* react.production.min.js
36+
*
37+
* Copyright (c) Facebook, Inc. and its affiliates.
38+
*
39+
* This source code is licensed under the MIT license found in the
40+
* LICENSE file in the root directory of this source tree.
41+
*/
42+
43+
/**
44+
* @license React
45+
* scheduler.production.min.js
46+
*
47+
* Copyright (c) Facebook, Inc. and its affiliates.
48+
*
49+
* This source code is licensed under the MIT license found in the
50+
* LICENSE file in the root directory of this source tree.
51+
*/
52+
53+
/** @license React v16.13.1
54+
* react-is.production.min.js
55+
*
56+
* Copyright (c) Facebook, Inc. and its affiliates.
57+
*
58+
* This source code is licensed under the MIT license found in the
59+
* LICENSE file in the root directory of this source tree.
60+
*/

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@
4343
</script>
4444
<div id="app"></div>
4545

46-
<script
47-
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDKvyEgrhNChsxHf-l44ikJp0v43206qqk">
46+
<script type="text/javascript"
47+
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyClCA1LViYi4KLQfgMlfr3PS0tyxwqzYjA">
4848
</script>
49-
5049
<meta name="twitter:widgets:csp" content="on">
5150
<script src="//platform.twitter.com/widgets.js"></script>
5251
<script src="/static/lat-lon-counts.js"></script>
@@ -60,5 +59,5 @@
6059
ga('create', 'UA-54335760-1', 'auto');
6160
ga('send', 'pageview');
6261
</script>
63-
<script src="bundle/main.04bac135407517f0b8f3.js"></script></body>
62+
<script src="bundle/main.1493b1a3a543a657f813.js"></script></body>
6463
</html>

src/index.template.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@
4343
</script>
4444
<div id="app"></div>
4545

46-
<script
47-
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDKvyEgrhNChsxHf-l44ikJp0v43206qqk">
46+
<script type="text/javascript"
47+
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyClCA1LViYi4KLQfgMlfr3PS0tyxwqzYjA">
4848
</script>
49-
5049
<meta name="twitter:widgets:csp" content="on">
5150
<script src="//platform.twitter.com/widgets.js"></script>
5251
<script src="/static/lat-lon-counts.js"></script>

0 commit comments

Comments
 (0)