Vocal-rank/next.config.mjs
2025-02-10 09:03:50 +08:00

7 lines
114 B
JavaScript

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