We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de57ae commit ea14d5dCopy full SHA for ea14d5d
_includes/head.html
@@ -31,7 +31,7 @@
31
<script src="//cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js"></script>
32
33
{% if jekyll.environment == "production" %}
34
- <script async src="//www.kvstore.io/js/public.js?storage_uuid={{site.storage_uuid}}"></script>
+ <script async src="//api.kvstore.io/js/public.js?storage_uuid={{site.storage_uuid}}"></script>
35
{% endif %}
36
37
<script>
@@ -51,4 +51,4 @@
51
_iub.cons.init({
52
api_key: "88jk3FOoOq95mIvHCWXQC8XhNtNXmlai"
53
});
54
- </script>
+ </script>
0 commit comments