Skip to content

Commit c92867a

Browse files
committed
Fix tabs url for service worker
1 parent 069bac1 commit c92867a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/data/swcache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const resource = [
2323
'{{ "/index.html" | relative_url }}',
2424
'{{ "/404.html" | relative_url }}',
2525
{% for tab in site.tabs %}
26-
'{{ tab.url }}',
26+
'{{ tab.url | relative_url }}',
2727
{% endfor %}
2828

2929
/* --- Icons --- */

0 commit comments

Comments
 (0)