Enable standalone deployment output
This commit is contained in:
@@ -2,6 +2,7 @@ import path from "node:path";
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
poweredByHeader: false,
|
||||
typedRoutes: true,
|
||||
turbopack: {
|
||||
|
||||
Reference in New Issue
Block a user