Skip to content

Commit

Permalink
fix sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
nadev03 authored Mar 9, 2024
1 parent 8427d42 commit 06926ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/createHeadParts.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ function createSongXMLParts(songbook_id, categories) {

let songs = categories
.flatMap((cat) => cat.items)
.map((item) => getItemXML(PATHS.RELATIVE.toSongs(songbook_id) + '/' + item.fileName, 0.8))
.join();
.map((item) => getItemXML(PATHS.RELATIVE.toSongs(songbook_id) + '/' + item.fileName, 1))
.join('\n');

return indexes + songs;
}
Expand Down

0 comments on commit 06926ec

Please sign in to comment.