addseed-web/next.config.mjs

7 lines
98 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
};
export default nextConfig;