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 7dbe0b5 commit 539d8c8Copy full SHA for 539d8c8
next.config.ts
@@ -1,6 +1,7 @@
1
import type { NextConfig } from "next";
2
3
const nextConfig: NextConfig = {
4
+ output: 'export',
5
};
6
7
export default nextConfig;
0 commit comments