pompy.dev/apps/blog/next.config.js

8 lines
172 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
distDir: "build",
images: { unoptimized: true },
}
module.exports = nextConfig