1 2 3 4 5
export const load = () => { return { commit: process.env.VERCEL_GIT_COMMIT_SHA ?? 'ffffffffffffffffffffffffffffffffffffffff' }; };