--- const buttonFormat = "gif"; import { Icon } from "astro-icon/components"; import { execSync } from "node:child_process"; const commitURL = `https://git.aria.coffee/aria/aria.coffee/commit/${execSync(`git log -1 --pretty="format:%H"`)}`; const COMMIT = `${execSync(`git log -1 --pretty="format:%h"`)}`; ---