Update (sitemap)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
use App\Helpers\FirstParty\SitemapCrawler\CustomCrawlProfile;
|
||||
use GuzzleHttp\RequestOptions;
|
||||
use Spatie\Sitemap\Crawler\Profile;
|
||||
|
||||
@@ -52,6 +53,6 @@
|
||||
* The sitemap generator uses a CrawlProfile implementation to determine
|
||||
* which urls should be crawled for the sitemap.
|
||||
*/
|
||||
'crawl_profile' => Profile::class,
|
||||
'crawl_profile' => CustomCrawlProfile::class,
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user