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