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 c0eebb7 commit c597062Copy full SHA for c597062
next.config.ts
@@ -1,7 +1,8 @@
1
import type { NextConfig } from "next";
2
3
const nextConfig: NextConfig = {
4
- output: "standalone",
+ // output: "standalone",
5
+ output: "export",
6
/* config options here */
7
};
8
0 commit comments