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