Skip to content

Commit f922a19

Browse files
committed
continue to troubleshoot github pages page url
1 parent 95eaec9 commit f922a19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ navigation:
3535
url: ./
3636
internal: true
3737
- text: Example Page
38-
url: example_page/
38+
url: site.baseurl
3939
internal: true
4040
- text: DOCter Repo
4141
url: https://github.com/cfpb/DOCter

sw.js

+1-1
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)