gbclient/next.config.js
2025-04-27 15:25:45 -03:00

7 lines
No EOL
144 B
JavaScript

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