Enable standalone deployment output

This commit is contained in:
湛兮
2026-06-02 15:09:58 +08:00
parent 003dc60111
commit 25c3c3e5c0
+1
View File
@@ -2,6 +2,7 @@ import path from "node:path";
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
poweredByHeader: false,
typedRoutes: true,
turbopack: {