addseed-web/next.config.mjs

6 lines
93 B
JavaScript

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