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:
cc
2026-04-14 19:51:49 +02:00
parent 1bdc9b730e
commit a6f90462a5
3 changed files with 16 additions and 5 deletions
+3
View File
@@ -6,6 +6,9 @@ const nextConfig: NextConfig = {
output: "export",
basePath,
assetPrefix: basePath || undefined,
env: {
NEXT_PUBLIC_BUILD_TIME: new Date().toISOString(),
},
};
export default nextConfig;