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 57360ce commit 1bfbf28Copy full SHA for 1bfbf28
sw.js
@@ -59,7 +59,7 @@ Add static files to prefetch.
59
{% endcomment %}
60
{% for file in site.static_files %}
61
{% assign basename = file.path | split:'/' | last %}
62
- {% unless ignored contains basename %}
+ {% unless ignored contains basename or file.path contains 'anchor-js' %}
63
{% assign prefetch = prefetch | push:file.path %}
64
{% endunless %}
65
{% endfor %}
0 commit comments