Add NEXT_PUBLIC_BUILD_TIME to config and append timestamp to API requests for fresh category data retrieval
This commit is contained in:
@@ -14,6 +14,10 @@ const nextConfig = {
|
||||
],
|
||||
},
|
||||
|
||||
env: {
|
||||
NEXT_PUBLIC_BUILD_TIME: Date.now(),
|
||||
},
|
||||
|
||||
output: "export",
|
||||
basePath: "/ProxmoxVE",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user