Skip to content

Commit

Permalink
feat: disable internal link fixer
Browse files Browse the repository at this point in the history
Bug identified.
  • Loading branch information
Sebastian Thulin committed Nov 27, 2024
1 parent 204f424 commit c802c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Config/Feature.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Feature implements FeatureInterface {
'admin_highlight_links' => 1,

//On save autofixer
'fix_internal_links' => 1,
'fix_internal_links' => false,
'maintain_link_registry' => 1,

//CLI Features
Expand Down

0 comments on commit c802c21

Please sign in to comment.