Skip to content

Commit

Permalink
upgrade to nextjs 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ndepaola committed Oct 23, 2024
1 parent bf44925 commit 39372a2
Show file tree
Hide file tree
Showing 6 changed files with 2,320 additions and 1,101 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
working-directory: frontend
run: |
npx next build
npx next export
env:
NEXT_PUBLIC_GA_MEASUREMENT_ID: ${{ secrets.NEXT_PUBLIC_GA_MEASUREMENT_ID }}
NEXT_PUBLIC_IMAGE_BUCKET_URL: ${{ secrets.NEXT_PUBLIC_IMAGE_BUCKET_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ repos:
- [email protected]
- [email protected]
- [email protected]
- eslint-config-next@v13.2.4
- eslint-config-next@v14.2.16
- [email protected]
- [email protected]
- [email protected]
Expand Down
Loading

0 comments on commit 39372a2

Please sign in to comment.