ab-group-llc-landing-page/next.config.ts

12 lines
222 B
TypeScript

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;