addseed-web/next.config.mjs

6 lines
93 B
JavaScript
Raw Permalink Normal View History

2024-10-12 17:05:06 +08:00
/** @type {import('next').NextConfig} */
2024-10-13 23:01:45 +08:00
const nextConfig = {
};
2024-10-12 17:05:06 +08:00
export default nextConfig;