Fix reversed git commit URL assembly

This commit is contained in:
2023-11-27 19:07:12 -06:00
parent 6f4c465aee
commit 6a80ed3ef4

View File

@@ -3,7 +3,7 @@ import '@styles/global.scss';
import '@styles/fonts.scss';
import { ViewTransitions } from 'astro:transitions';
const repository_url = `https://github.com/${import.meta.env.PUBLIC_VERCEL_GIT_REPO_SLUG}/${import.meta.env.PUBLIC_VERCEL_GIT_REPO_OWNER}`
const repository_url = `https://github.com/${import.meta.env.PUBLIC_VERCEL_GIT_REPO_OWNER}/${import.meta.env.PUBLIC_VERCEL_GIT_REPO_SLUG}`
const build_revision = import.meta.env.PUBLIC_VERCEL_GIT_COMMIT_SHA;
interface Props {