Blame view

common/config/SitemapStatic.php 403 Bytes
a42025b8   Yarik   Sitemap and slugb...
1
2
3
4
  <?php
      
      return [
          1 => [
9af79e71   Yarik   Sitemap and slugb...
5
6
7
8
9
10
11
12
13
14
              'url'       => 'http://www.artbox.dev/',
              'frequency' => 'monthly',
              'priority'  => '1',
              'id'        => 1,
          ],
          2 => [
              'url'       => 'http://www.artbox.dev/site/contacts',
              'frequency' => 'monthly',
              'priority'  => '0.7',
              'id'        => 2,
a42025b8   Yarik   Sitemap and slugb...
15
16
          ],
      ];