Files
landing-page-2/next.config.mjs
2024-05-03 06:17:30 +03:00

7 lines
117 B
JavaScript

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