summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>