import type { NextConfig } from "next";
const nextConfig: NextConfig = {
basePath: "/ab-group-llc",
assetPrefix: "/ab-group-llc",
images: {
path: "/ab-group-llc/_next/image",
},
};
export default nextConfig;