maintainermonth/next.config.js

9 строки
139 B
JavaScript

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