1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 07:44:49 +02:00

Gsitemap default sitemap.xml URL fix.

This commit is contained in:
Cameron
2022-03-04 13:27:54 -08:00
parent be12767d33
commit bdbc7e0dae
2 changed files with 4 additions and 4 deletions

View File

@@ -108,8 +108,8 @@ class news_gsitemap
$ret[] = [
'url' => $this->url('news', $row),
'lastmod' => (int) $row['news_datestamp'],
'freq' => 'always',
'priority' => 0.7
'freq' => 'hourly',
'priority' => 0.5
];
}