idimitrov.dev/next.config.js

8 lines
145 B
JavaScript

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