parent
f00f5d16ea
commit
e48fa4f593
1 changed files with 0 additions and 2 deletions
@ -1,7 +1,5 @@ |
|||||||
import { execSync } from 'child_process'; |
import { execSync } from 'child_process'; |
||||||
|
|
||||||
export const prerender = true; |
|
||||||
|
|
||||||
export async function GET() { |
export async function GET() { |
||||||
const commitHash = execSync('git rev-parse HEAD').toString().trim(); |
const commitHash = execSync('git rev-parse HEAD').toString().trim(); |
||||||
const commitDate = execSync('git log -1 --format=%cd').toString().trim(); |
const commitDate = execSync('git log -1 --format=%cd').toString().trim(); |
Loading…
Reference in new issue