Skip to content

Commit 3aa59c6

Browse files
committed
Added '/' as default entry to sitemap
1 parent 8104318 commit 3aa59c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sitemap.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
*/
1111
define('SITEMAP_URLS', array(
1212

13-
'start/' => array('1.0', 'yearly'),
13+
'/' => array('1.0', 'yearly'),
14+
'start/' => array('0.9', 'yearly'),
1415

1516
));
1617

0 commit comments

Comments
 (0)