We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a752f7f commit 386f064Copy full SHA for 386f064
next.config.mjs
@@ -33,6 +33,8 @@ const ContentSecurityPolicy = `
33
*/
34
/** @type {import("next").NextConfig} */
35
const config = {
36
+ /** A Dockerfile could replace this with `output: "standalone"` to allow a custom server */
37
+ output: undefined,
38
reactStrictMode: true,
39
/**
40
* Dynamic configuration available for the browser and server.
0 commit comments