We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049946d commit 0861d75Copy full SHA for 0861d75
1 file changed
next.config.js
@@ -1,5 +1,6 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
+ output: 'export',
4
images: {
5
unoptimized: true,
6
},
0 commit comments