We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb4a66 commit c02a655Copy full SHA for c02a655
next.config.mjs
@@ -5,6 +5,7 @@ import remarkMdxImages from 'remark-mdx-images'
5
6
/** @type {import('next').NextConfig} */
7
const nextConfig = {
8
+ output: "export",
9
images: {
10
unoptimized: true,
11
formats: ["image/avif", "image/webp"],
0 commit comments