mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-08-18 00:00:27 +02:00
Update NEXT_PUBLIC_BUILD_TIME type to string
This commit is contained in:
@@ -15,7 +15,7 @@ const nextConfig = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
env: {
|
env: {
|
||||||
NEXT_PUBLIC_BUILD_TIME: Date.now(),
|
NEXT_PUBLIC_BUILD_TIME: `${Date.now()}`,
|
||||||
},
|
},
|
||||||
|
|
||||||
output: "export",
|
output: "export",
|
||||||
|
Reference in New Issue
Block a user