added hidden flag for monitor

This commit is contained in:
Raj Nandan Sharma
2024-01-10 20:41:26 +05:30
parent 082f33d95d
commit fdc02b206c
12 changed files with 14 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ if(site.siteURL !== undefined || site.siteURL !== null || site.siteURL !== ""){
${monitors
.map((monitor) => {
return `<url>
<loc>${site.url}/${monitor.folderName}</loc>
<loc>${site.siteURL}/incident/${monitor.folderName}</loc>
<lastmod>${new Date().toISOString()}</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>