static export + nginx, drop runtime server
Some checks failed
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Failing after 7s

~800MiB -> ~5MiB RAM
This commit is contained in:
2026-08-08 15:51:24 +02:00
parent 0f207f4cdd
commit 369cd75bfe
4 changed files with 37 additions and 25 deletions

View File

@@ -1,7 +1,10 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "export",
images: {
unoptimized: true,
},
};
export default nextConfig;