nav/next.config.mjs

7 lines
114 B
JavaScript
Raw Normal View History

2024-11-16 20:43:06 +08:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export'
};
export default nextConfig;