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 bd51577 commit db7e60bCopy full SHA for db7e60b
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
formats: ["image/avif", "image/webp"],
11
remotePatterns: [
0 commit comments