You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation states that Sitemap.DocumentType.Priority is an optional string with values ranging from 0.1 to 1.0. However, the actual field in the appsettings file requires an integer value between 1 and 10 (as shown in the code snippet). When a decimal value is used, the pages do not get registered in the sitemap.
The text was updated successfully, but these errors were encountered:
The documentation states that
Sitemap.DocumentType.Priority
is an optional string with values ranging from 0.1 to 1.0. However, the actual field in the appsettings file requires an integer value between 1 and 10 (as shown in the code snippet). When a decimal value is used, the pages do not get registered in the sitemap.The text was updated successfully, but these errors were encountered: