aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-03-16 23:22:40 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-03-16 23:22:40 -0400
commit501e4acc3eaf619609311778ec5b9305f40384d7 (patch)
tree8352dae0a60ff640289ff1ee03cd3f4334aaac53 /deploy
parent4d2fe1ce791a3b9e64c52b7dce9c1af28c2523c0 (diff)
parentf505dfa8234de4ea94304b104e801f72ea30ff39 (diff)
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into kvp
Diffstat (limited to 'deploy')
-rw-r--r--deploy/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/deploy/index.html b/deploy/index.html
index e0892662a..acb085214 100644
--- a/deploy/index.html
+++ b/deploy/index.html
@@ -2,13 +2,12 @@
<head>
<title>Dash Web</title>
- <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/typescript/3.3.1/typescript.min.js"></script>
</head>
<body>
<div id="root"></div>
- <script src="./bundle.js"></script>
+ <script src="/bundle.js"></script>
</body>
</html> \ No newline at end of file