Skip to content

Commit

Permalink
next export를 build로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
joostory committed Nov 8, 2023
1 parent 35432ab commit 2c3e350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install and Build 🔧
run: |
npm ci
npm run export
npm run build
touch out/.nojekyll
- name: Deploy 🚀
Expand Down
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
reactStrictMode: true,
}

Expand Down

0 comments on commit 2c3e350

Please sign in to comment.