| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| output: 'export', | |
| // distDir: '.next-custom', | |
| trailingSlash: true, | |
| generateBuildId() { | |
| return 'test-build-id' | |
| }, | |
| } | |
| module.exports = nextConfig | |
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| output: 'export', | |
| // distDir: '.next-custom', | |
| trailingSlash: true, | |
| generateBuildId() { | |
| return 'test-build-id' | |
| }, | |
| } | |
| module.exports = nextConfig | |