Skip to content

Commit eea1b03

Browse files
Removes / from the jekyll config sitemap exclusions
1 parent 8952cec commit eea1b03

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@ plugins:
55
defaults:
66
-
77
scope:
8-
path: 'pages-people/'
8+
path: 'pages-people'
99
values:
1010
sitemap: false
1111
-
1212
scope:
13-
path: 'pages-activities/'
13+
path: 'pages-activities'
1414
values:
1515
sitemap: false
1616
-
1717
scope:
18-
path: 'pages-resources/'
18+
path: 'pages-resources'
1919
values:
2020
sitemap: false
2121
-
2222
scope:
23-
path: 'pages-events/'
23+
path: 'pages-events'
2424
values:
2525
sitemap: false
2626

2727
-
2828
scope:
29-
path: 'test_next_release/'
29+
path: 'test_next_release'
3030
values:
3131
sitemap: false

0 commit comments

Comments
 (0)