perf: standalone output, slim Docker image
All checks were successful
Build and Deploy Blog / build-and-deploy-local (push) Successful in 4m56s

This commit is contained in:
2026-08-08 15:32:08 +02:00
parent 997f9e3e98
commit 53ee0ccb06
2 changed files with 4 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'standalone',
reactStrictMode: true,
transpilePackages: ['next-mdx-remote']
};