Skip to content

Commit 0eafabd

Browse files
committed
fix(build):add output export to next config file to make gitub page work
1 parent c8c6c26 commit 0eafabd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
4+
output: "export",
45
/* config options here */
56
};
67

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
7-
"build": "next build",
7+
"build": "next build ",
88
"start": "next start",
99
"lint": "next lint",
1010
"check": "tsc",

0 commit comments

Comments
 (0)