summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-10-10 14:13:15 +0200
committerJules Laplace <julescarbon@gmail.com>2018-10-10 14:13:15 +0200
commit4378f977c385f475826b9680ae4c705e5ebff910 (patch)
tree175f671a01bb794f49ba6d8b2e1af4c8e26a732a /index.html
parenta64c4fa7e1913fe14124190086d0d5624445c808 (diff)
deploy
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 501cd26..8ea82b8 100644
--- a/index.html
+++ b/index.html
@@ -70,7 +70,7 @@
</body>
<script>
var s = document.createElement('script');
- s.setAttribute('src','bundle.js?' + Date.now());
+ s.setAttribute('src', window.location.href.match('asdf') ? './dist/index.js' : './bundle.js?' + Date.now());
document.body.appendChild(s)
</script>
</html>