Sha256: 361aee6c17a8c64c97ef4067688ad9159e4c8c26cc837e317f9d54966f893107
Contents?: true
Size: 307 Bytes
Versions: 9
Compression:
Stored size: 307 Bytes
Contents
{% assign file = site.static_files | where: "path", "/pwabuilder-sw.js" %} {% if file.size != 0 %} <script defer type="module"> import 'https://cdn.jsdelivr.net/npm/@pwabuilder/pwaupdate'; const el = document.createElement('pwa-update'); document.body.appendChild(el); </script> {% endif %}
Version data entries
9 entries across 9 versions & 2 rubygems