We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf9db4 commit 4ed4fe7Copy full SHA for 4ed4fe7
CHANGELOG.md
@@ -137,3 +137,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
137
- Fixed dev.to images not showing due to them changing image host
138
- Fixed styling issue on nav links
139
- Fixed contact form message position
140
+- Fixed blog images not loading due to dev.to changing image host (sub)domain
next.config.js
@@ -24,7 +24,7 @@ module.exports = withPWA({
24
},
25
{
26
protocol: 'https',
27
- hostname: 'media.dev.to',
+ hostname: '*.dev.to',
28
29
],
30
0 commit comments