Skip to content

Commit 79bf3db

Browse files
committed
add
1 parent 54f857d commit 79bf3db

File tree

3 files changed

+1860
-524
lines changed

3 files changed

+1860
-524
lines changed

next.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ const nextConfig = {
1111
reactStrictMode: true,
1212
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'md', 'mdx'],
1313
images: {
14-
domains: ['golangmastery.github.io'],
14+
domains: ['golang.org'],
1515
unoptimized: true,
16+
dangerouslyAllowSVG: true,
1617
},
1718
webpack: (config) => {
1819
return config;

0 commit comments

Comments
 (0)