Show app version and git SHA on about page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
adfb3b8ed4
commit
e9ed980ab8
2 changed files with 17 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue