Reconfigure next to output a standalone server bundle on prod builds

This commit is contained in:
The Shittinator
2026-02-22 20:05:53 -06:00
parent 2e1f52810e
commit 2483b78212
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
experimental: {
optimizePackageImports: ["@chakra-ui/react"],
},