Skip to content

Commit b88467e

Browse files
authored
fix: not working env for commit id (#886)
1 parent 5f3c881 commit b88467e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default defineNuxtConfig({
3838

3939
appConfig: {
4040
isFrenchGovernment: true,
41-
commitId: 'unknown',
41+
commitId: process.env.NUXT_APP_COMMIT_ID || 'unknown',
4242
},
4343

4444
runtimeConfig: {

0 commit comments

Comments
 (0)