Skip to content

Commit 99a707d

Browse files
committed
disable export
1 parent bc5adfa commit 99a707d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import redirects from "./redirects.json" assert { type: "json" };
33

44
const nextConfig = {
55
reactStrictMode: true,
6-
output: "export",
6+
// output: "export",
77

88
async redirects() {
99
return redirects;

0 commit comments

Comments
 (0)