/** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', basePath: '/tbff', assetPrefix: '/tbff', } module.exports = nextConfig