Skip to content

Commit c09b7d4

Browse files
committed
Set output to standalone
1 parent a48196a commit c09b7d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next-server/next.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3+
output: "standalone",
34
// https://nextjs.org/docs/app/api-reference/next-config-js/serverExternalPackages
45
serverExternalPackages: ["@huggingface/transformers"],
56
};

0 commit comments

Comments
 (0)