fix: fix build time and version hash being evaluated at runtime
This commit is contained in:
parent
aa335b086a
commit
c1021b1192
3 changed files with 6 additions and 9 deletions
|
@ -27,7 +27,9 @@ export default defineNuxtConfig({
|
|||
runtimeConfig: {
|
||||
public: {
|
||||
apiVersion: 1,
|
||||
messageGroupingMaxDifference: 300000
|
||||
messageGroupingMaxDifference: 300000,
|
||||
buildTimeString: new Date().toISOString(),
|
||||
gitHash: process.env.GIT_SHORT_REV || "N/A",
|
||||
}
|
||||
},
|
||||
/* nitro: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue