mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-11 03:15:09 +00:00
Update NEXT_PUBLIC_BUILD_TIME type to string
This commit is contained in:
parent
1795dd1a80
commit
1a412bce38
@ -15,7 +15,7 @@ const nextConfig = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
env: {
|
env: {
|
||||||
NEXT_PUBLIC_BUILD_TIME: Date.now(),
|
NEXT_PUBLIC_BUILD_TIME: `${Date.now()}`,
|
||||||
},
|
},
|
||||||
|
|
||||||
output: "export",
|
output: "export",
|
||||||
|
Loading…
Reference in New Issue
Block a user