gbclient/next.config.js

7 lines
No EOL
125 B
JavaScript

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