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

8 lines
139 B
JavaScript

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