Skip to content

Commit 13708ae

Browse files
committed
add
1 parent f071778 commit 13708ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

next.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ const nextConfig = {
1212
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'md', 'mdx'],
1313
images: {
1414
domains: ['golang.org'],
15+
unoptimized: true,
1516
},
1617
webpack: (config) => {
1718
return config;
1819
},
20+
output: 'export',
1921
};
2022

2123
module.exports = withMDX(nextConfig);

0 commit comments

Comments
 (0)