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.
1 parent 13708ae commit 71ff9a3Copy full SHA for 71ff9a3
next.config.js
@@ -11,7 +11,7 @@ const nextConfig = {
11
reactStrictMode: true,
12
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'md', 'mdx'],
13
images: {
14
- domains: ['golang.org'],
+ domains: ['golangmastery.github.io'],
15
unoptimized: true,
16
},
17
webpack: (config) => {
0 commit comments