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 259ab87Copy full SHA for 259ab87
next.config.mjs
@@ -6,6 +6,7 @@ import remarkMdxImages from 'remark-mdx-images'
6
/** @type {import('next').NextConfig} */
7
const nextConfig = {
8
images: {
9
+ output: "export",
10
unoptimized: true,
11
formats: ["image/avif", "image/webp"],
12
remotePatterns: [
0 commit comments