---
import { gitDir } from "@lib/git";
import type { Commit } from "@lib/git/types";
import { toIso8601Full } from "@utils/datetime";
type Props = { commit: Commit; lang: string };
const dir = await gitDir();
const { hash, files, author, committer, signature } =
Astro.props.commit;
const formatter = new Intl.DateTimeFormat([Astro.props.lang], {
dateStyle: "short",
timeStyle: "short",
});
---
Informações sobre o último commit que modificou ficheiros relacionados a
este blog post: