We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5adfa commit 99a707dCopy full SHA for 99a707d
next.config.mjs
@@ -3,7 +3,7 @@ import redirects from "./redirects.json" assert { type: "json" };
3
4
const nextConfig = {
5
reactStrictMode: true,
6
- output: "export",
+ // output: "export",
7
8
async redirects() {
9
return redirects;
0 commit comments