Skip to content

Commit

Permalink
Fix: CI build 시 next export 삭제 후 config에서 export설정
Browse files Browse the repository at this point in the history
  • Loading branch information
BearHumanS committed May 3, 2024
1 parent db393b7 commit 1ab678c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const nextConfig = {
},
],
},
output: 'export',
};

export default withPWA(nextConfig);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "next dev",
"sitemap": "node sitemap.js",
"build": "yarn sitemap && next build && next export",
"build": "yarn sitemap && next build",
"start": "next start",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\""
Expand Down

0 comments on commit 1ab678c

Please sign in to comment.