import type { NextConfig } from "next"; const nextConfig: NextConfig = { basePath: "", assetPrefix: "/", }; export default nextConfig;