mirror of
https://github.com/ChiChou/entdb.git
synced 2026-08-31 02:30:36 +02:00
Improve footer and version history display
- Add build timestamp to footer - Rename GitHub links for clarity (Source Code, Firmware Indexer, Raw Data) - Remove height limit from version history sidebar
This commit is contained in:
@@ -6,6 +6,9 @@ const nextConfig: NextConfig = {
|
||||
output: "export",
|
||||
basePath,
|
||||
assetPrefix: basePath || undefined,
|
||||
env: {
|
||||
NEXT_PUBLIC_BUILD_TIME: new Date().toISOString(),
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user