Skip to content

Commit d6878e3

Browse files
Update _version page
1 parent 6718132 commit d6878e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/_version.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { getVersion } from '~/lib/config';
2+
13
export default function Version() {
2-
return `${process.env.COMMIT_HASH}`;
4+
return `${getVersion().ref}`;
35
}

0 commit comments

Comments
 (0)