diff --git a/src/admin/github/index.ts b/src/admin/github/index.ts index 3f9d38e3..077405ef 100644 --- a/src/admin/github/index.ts +++ b/src/admin/github/index.ts @@ -179,6 +179,7 @@ export const getGitHubMetaWithFallback = (params: RepoParams) => console.error('Error retrieving GitHub meta', { params, error: e }); return { ...params, + commitMessage: undefined, urlOwner: undefined, urlRepo: undefined, urlBranch: undefined, diff --git a/src/admin/insights/AdminAppInsightsClient.tsx b/src/admin/insights/AdminAppInsightsClient.tsx index 38a0b732..9cb35517 100644 --- a/src/admin/insights/AdminAppInsightsClient.tsx +++ b/src/admin/insights/AdminAppInsightsClient.tsx @@ -23,6 +23,7 @@ import { TEMPLATE_REPO_OWNER, TEMPLATE_REPO_NAME, VERCEL_GIT_COMMIT_SHA_SHORT, + VERCEL_GIT_COMMIT_MESSAGE, } from '@/app-core/config'; import { AdminAppInsight } from '.'; @@ -105,7 +106,7 @@ export default function AdminAppInsightsClient({ {VERCEL_GIT_COMMIT_SHA_SHORT ?? DEBUG_COMMIT_SHA}