Skip to content

Commit f7cab47

Browse files
committed
upgraded nextjs to 14
1 parent 3608179 commit f7cab47

File tree

3 files changed

+4587
-6636
lines changed

3 files changed

+4587
-6636
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
139139
- Fixed contact form message position
140140
- Fixed blog images not loading due to dev.to changing image host (sub)domain
141141
- Fixed empty blog category by using per_page parameter
142+
- Resolved `fetchPriority` prop warning in next/image

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@sendgrid/mail": "^7.7.0",
2323
"html-entities": "^2.3.2",
24-
"next": "13.4.19",
24+
"next": "^14.2.20",
2525
"next-pwa": "^5.6.0",
2626
"react": "^18.2.0",
2727
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)