Update sitemap.xml.erb

This commit is contained in:
0x1eef 2024-06-02 19:15:59 -03:00
parent 49269badd9
commit 828507963c

View file

@ -7,9 +7,9 @@
<priority>1.0</priority>
<changefreq>weekly</changefreq>
</url>
<% Ryo.each(name_by_id) do |_, transliterated_name| %>
<% Ryo.each(name_by_id) do |_id, name| %>
<url>
<loc><%= base_url %>/<%= locale %>/<%= transliterated_name %>/</loc>
<loc><%= base_url %>/<%= locale %>/<%= name %>/</loc>
<priority>0.9</priority>
<changefreq>weekly</changefreq>
</url>