addseed-web/next.config.mjs

7 lines
117 B
JavaScript
Raw 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-17 15:52:06 +08:00
output: 'export',
2024-10-13 23:01:45 +08:00
};
2024-10-12 17:05:06 +08:00
export default nextConfig;