mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
Update NEXT_PUBLIC_BUILD_TIME type to string
This commit is contained in:
parent
1795dd1a80
commit
1a412bce38
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const nextConfig = {
|
|||
},
|
||||
|
||||
env: {
|
||||
NEXT_PUBLIC_BUILD_TIME: Date.now(),
|
||||
NEXT_PUBLIC_BUILD_TIME: `${Date.now()}`,
|
||||
},
|
||||
|
||||
output: "export",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue