Skip to content

Commit 76b0059

Browse files
committed
fixing github page route api npm build error problem
1 parent d8c5bcf commit 76b0059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// next.config.js
22
const nextConfig = {
33
// Remove or comment this if you’re not doing a full static export
4-
// output: 'export'
4+
output: 'export'
55
};
66

77
module.exports = nextConfig;

0 commit comments

Comments
 (0)