Spaces:
Running
Running
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| output: "export", | |
| images: { | |
| unoptimized: true | |
| } | |
| }; | |
| export default nextConfig; | |
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| output: "export", | |
| images: { | |
| unoptimized: true | |
| } | |
| }; | |
| export default nextConfig; | |