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 c8c6c26 commit 0eafabdCopy full SHA for 0eafabd
next.config.ts
@@ -1,6 +1,7 @@
1
import type { NextConfig } from "next";
2
3
const nextConfig: NextConfig = {
4
+ output: "export",
5
/* config options here */
6
};
7
package.json
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev --turbopack",
- "build": "next build",
+ "build": "next build ",
8
"start": "next start",
9
"lint": "next lint",
10
"check": "tsc",
0 commit comments