catapi-web/next.config.mjs
2024-11-03 16:42:45 +08:00

7 lines
116 B
JavaScript

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