Skip to content

Commit 386f064

Browse files
authored
feat: add output config to next.config.mjs for dockerfile replacement (#391)
* feat: add output config to next.config.mjs for dockerfile replacement * feat: update comment on output prop in next.config.mjs
1 parent a752f7f commit 386f064

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

next.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ const ContentSecurityPolicy = `
3333
*/
3434
/** @type {import("next").NextConfig} */
3535
const config = {
36+
/** A Dockerfile could replace this with `output: "standalone"` to allow a custom server */
37+
output: undefined,
3638
reactStrictMode: true,
3739
/**
3840
* Dynamic configuration available for the browser and server.

0 commit comments

Comments
 (0)