Skip to content

Commit 1a2c834

Browse files
authored
Merge pull request #228 from Web-Dev-Path/fix/fetchPriority
Resolved fetchPriority prop warning
2 parents 3608179 + af2bcf3 commit 1a2c834

File tree

3 files changed

+4588
-6636
lines changed

3 files changed

+4588
-6636
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,5 @@ 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+
- Updated Next.js from 13.4.19 to 14.2.20
143+
- 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)