maintainermonth/next.config.js

9 строки
139 B
JavaScript
Исходник Обычный вид История

2022-03-14 17:03:26 +03:00
/** @type {import('next').NextConfig} */
2022-03-21 17:06:21 +03:00
2022-03-14 17:03:26 +03:00
const nextConfig = {
output: 'export',
2022-03-14 17:03:26 +03:00
reactStrictMode: true,
}
module.exports = nextConfig