maintenance improvements

This commit is contained in:
Stefan Hardegger
2025-09-26 21:41:33 +02:00
parent 74cdd5dc57
commit 5325169495
10 changed files with 377 additions and 65 deletions

View File

@@ -2,6 +2,7 @@
const nextConfig = {
// Enable standalone output for optimized Docker builds
output: 'standalone',
// Note: Body size limits are handled by nginx and backend, not Next.js frontend
// Removed Next.js rewrites since nginx handles all API routing
webpack: (config, { isServer }) => {
// Exclude cheerio and its dependencies from client-side bundling