When processing personal data, the European GDPR requires the deletion of specific personal data under certain circumstances "right to be forgotten".
If there is personal data in the content of a git-based static page, it will be part of the git commit history in my understanding.
If you are now asked to delete the personal data found in the content, the personal data will still remain in the commit history and are therefore not completely deleted.
Is it possible to replace personal data in old commits (content versions) with a generic placeholder in the git commit history? This way, one could delete the personal data without having to delete the entire commit history.