We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65fd8ee commit ffe7549Copy full SHA for ffe7549
1 file changed
next.config.js
@@ -7,6 +7,7 @@ await import("./src/env.js");
7
/** @type {import("next").NextConfig} */
8
const config = {
9
swcMinify: false,
10
+ output: "standalone",
11
images: {
12
domains: ["storage.googleapis.com"],
13
},
0 commit comments