Skip to content

Commit

Permalink
prevent overwriting files
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Jan 13, 2024
1 parent 0c08cfd commit 2d96244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate-pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'skip' => ['v1.md'],
'permalink' => '/:language/store/:basename',
'remove' => ['redirect_from'],
'overwrite' => true,
'overwrite' => false, // do not change this flag, it will cause too many changes in existing pages
],
];

Expand Down

0 comments on commit 2d96244

Please sign in to comment.