Add Docker deployment and Gitea Actions CI/CD
Some checks failed
Deploy Documentation Site / build (push) Has been cancelled
Deploy Documentation Site / deploy (push) Has been cancelled

This commit is contained in:
hjdave
2026-04-04 16:17:02 +08:00
parent 38dc7203d1
commit d6db7a3eef
4 changed files with 164 additions and 1 deletions

View File

@@ -1,7 +1,12 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'standalone',
experimental: {
serverActions: {
bodySizeLimit: '2mb'
}
}
};
export default nextConfig;