We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ba3e8 commit 6cd1e54Copy full SHA for 6cd1e54
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