We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3608179 + af2bcf3 commit 1a2c834Copy full SHA for 1a2c834
CHANGELOG.md
@@ -139,3 +139,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
139
- Fixed contact form message position
140
- Fixed blog images not loading due to dev.to changing image host (sub)domain
141
- 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
@@ -21,7 +21,7 @@
21
"dependencies": {
22
"@sendgrid/mail": "^7.7.0",
23
"html-entities": "^2.3.2",
24
- "next": "13.4.19",
+ "next": "^14.2.20",
25
"next-pwa": "^5.6.0",
26
"react": "^18.2.0",
27
"react-dom": "^18.2.0",
0 commit comments