mirror of
https://github.com/rajnandan1/kener.git
synced 2026-01-06 01:20:15 -06:00
incident text changes
This commit is contained in:
@@ -26,7 +26,7 @@ if(site.siteURL !== undefined && site.siteURL !== null && site.siteURL !== ""){
|
||||
${monitors
|
||||
.map((monitor) => {
|
||||
return `<url>
|
||||
<loc>${site.siteURL}/monitor-${encodeURIComponent(monitor.folderName)}</loc>
|
||||
<loc>${site.siteURL}/monitor-${encodeURIComponent(monitor.tag)}</loc>
|
||||
<lastmod>${new Date().toISOString()}</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
|
||||
Reference in New Issue
Block a user