Skip to content

Commit 71ff9a3

Browse files
committed
add
1 parent 13708ae commit 71ff9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const nextConfig = {
1111
reactStrictMode: true,
1212
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'md', 'mdx'],
1313
images: {
14-
domains: ['golang.org'],
14+
domains: ['golangmastery.github.io'],
1515
unoptimized: true,
1616
},
1717
webpack: (config) => {

0 commit comments

Comments
 (0)