Is it possible to disable the Git shallow clone during deploys? I am deploying a Astro starlight site that relies on Git history to update a timestamp which doesn’t work under shallow clones as defined here - Configuration Reference | Starlight.
Just wondering if there is a way to disable shallow clones during deploys for static sites, or if I have to come up with some fancy work around.
Thanks!