Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dulkoss authored and github-actions[bot] committed Oct 26, 2023
1 parent 568b79e commit 3c2cf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/StaticBuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function cacheWithCrawler(): void
->setCrawlProfile($profile)
->setConcurrency($this->config->get('static.build.concurrency'))
->setDefaultScheme($this->config->get('static.build.default_scheme'));
// ->setParseableMimeTypes(['text/html', 'text/plain'])
// ->setParseableMimeTypes(['text/html', 'text/plain'])

if ($this->config->get('static.build.accept_no_follow')) {
$crawler->acceptNofollowLinks();
Expand Down

0 comments on commit 3c2cf15

Please sign in to comment.