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 = {
|
2023-11-15 02:15:36 +03:00
|
|
|
output: 'export',
|
2022-03-14 17:03:26 +03:00
|
|
|
reactStrictMode: true,
|
|
|
|
}
|
|
|
|
|
|
|
|
module.exports = nextConfig
|