Skip to content

Commit cd91f13

Browse files
committed
troubleshooting github pages path
1 parent 3d7481b commit cd91f13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ brand_color: "#2cb34a"
5353

5454
# Offline caching
5555
offline_cache: true
56-
cache_name: DOCter-v1
56+
cache_name: DOCter-v1.1

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var filesToCache = [
1515
// images
1616
'{{ site.baseurl }}/assets/img/octocat.png',
1717
// pages
18-
'{{ site.baseurl }}/example_page/',
18+
'{{ site.baseurl }}/example_page',
1919
// posts
2020
{% for post in site.posts %}'{{ site.baseurl }}{{ post.url }}',{% endfor %}
2121
];

0 commit comments

Comments
 (0)