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