Skip to content

Commit bff60e5

Browse files
Update next.config.mjs, deploy.yml for github pages & env.local for vercel setup
1 parent 69ab538 commit bff60e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: echo "EXPORT=true" >> .env
3131

3232
- name: Build Next.js app
33-
run: npm run build && npx next export
33+
run: npm run build
3434

3535
- name: Setup Pages
3636
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)