Skip to content

Commit 1a412bc

Browse files
committed
Update NEXT_PUBLIC_BUILD_TIME type to string
1 parent 1795dd1 commit 1a412bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const nextConfig = {
1515
},
1616

1717
env: {
18-
NEXT_PUBLIC_BUILD_TIME: Date.now(),
18+
NEXT_PUBLIC_BUILD_TIME: `${Date.now()}`,
1919
},
2020

2121
output: "export",

0 commit comments

Comments
 (0)