/** @type {import('next').NextConfig} */ const nextConfig = { basePath: "/offers", assetPrefix: "/offers", }; module.exports = nextConfig;