/** @type {import('next').NextConfig} */ const nextConfig = { basePath: '/v3', images: { remotePatterns: [ { protocol: 'https', hostname: process.env.HOST, }, ], }, }; export default nextConfig;