planpost-offer-landing/next.config.ts
2025-12-03 15:55:31 +06:00

7 lines
144 B
TypeScript

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