inaugust.com/next.config.mjs

7 lines
113 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
};
export default nextConfig;