nav/next.config.mjs
2024-11-16 20:43:06 +08:00

7 lines
114 B
JavaScript

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