/** * @type {import('next').NextConfig} */ const nextConfig = { basePath: '/base-path', } module.exports = nextConfig