aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-03-17 21:34:30 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-03-17 21:34:30 -0400
commit36a8067ff4e8d081c8336b016fd9f586b40f65f6 (patch)
tree7cd4a1278a55962fa8f1eff172762cab9eeb18dc /deploy
parent54048114bca3a01a6d287112d975edd00a4e398a (diff)
parent8433cc2b1c4d838930c3812d140678011b06e728 (diff)
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into DocContents
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