gbclient/next.config.js

7 lines
144 B
JavaScript
Raw Normal View History

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