update the sitemap to new news path
This commit is contained in:
@ -60,7 +60,7 @@ urlset(xmlns="http://www.sitemaps.org/schemas/sitemap/0.9")
|
|||||||
//- Stories
|
//- Stories
|
||||||
each story in stories
|
each story in stories
|
||||||
url
|
url
|
||||||
loc #{appUrl}/stories/#{story.replace(/\s/g, '-')}
|
loc #{appUrl}/news/#{story.replace(/\s/g, '-')}
|
||||||
lastmod= now
|
lastmod= now
|
||||||
changefreq daily
|
changefreq daily
|
||||||
priority= 0.9
|
priority= 0.9
|
||||||
|
Reference in New Issue
Block a user