diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-16 23:22:40 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-16 23:22:40 -0400 |
| commit | 501e4acc3eaf619609311778ec5b9305f40384d7 (patch) | |
| tree | 8352dae0a60ff640289ff1ee03cd3f4334aaac53 /deploy | |
| parent | 4d2fe1ce791a3b9e64c52b7dce9c1af28c2523c0 (diff) | |
| parent | f505dfa8234de4ea94304b104e801f72ea30ff39 (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into kvp
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/index.html | 3 |
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 |
