Fix tabs url for service worker
This commit is contained in:
parent
a9acaa669d
commit
f0ce5ceb71
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const resource = [
|
|||
'{{ "/index.html" | relative_url }}',
|
||||
'{{ "/404.html" | relative_url }}',
|
||||
{% for tab in site.tabs %}
|
||||
'{{ tab.url }}',
|
||||
'{{ tab.url | relative_url }}',
|
||||
{% endfor %}
|
||||
|
||||
/* --- Icons --- */
|
||||
|
|
Loading…
Reference in a new issue