Show app version and git SHA on about page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Janpeter Visser 2026-04-20 02:09:36 +02:00
parent adfb3b8ed4
commit e9ed980ab8
2 changed files with 17 additions and 0 deletions

View file

@ -1,8 +1,12 @@
import type { NextConfig } from "next";
import { version } from "./package.json";
const nextConfig: NextConfig = {
reactStrictMode: true,
serverExternalPackages: ["sharp"],
env: {
NEXT_PUBLIC_APP_VERSION: version,
},
experimental: {
serverActions: {
bodySizeLimit: "12mb",