Adjust priority in sitemap.xml.erb

This commit is contained in:
0x1eef 2024-06-02 04:55:04 -03:00
parent 3a2680e188
commit 49269badd9

View file

@ -10,13 +10,13 @@
<% Ryo.each(name_by_id) do |_, transliterated_name| %>
<url>
<loc><%= base_url %>/<%= locale %>/<%= transliterated_name %>/</loc>
<priority>0.8</priority>
<priority>0.9</priority>
<changefreq>weekly</changefreq>
</url>
<% end %>
<url>
<loc><%= base_url %>/<%= locale %>/random/</loc>
<priority>0.7</priority>
<priority>0.8</priority>
<changefreq>weekly</changefreq>
</url>
<% end %>