Blame view

common/config/SitemapStatic.php 168 Bytes
a42025b8   Yarik   Sitemap and slugb...
1
2
3
4
5
6
7
8
9
  <?php
      
      return [
          1 => [
              'url'      => 'http://www.artbox.dev/',
              'priority' => '1',
              'id'       => 1,
          ],
      ];