diff --git a/next.config.ts b/next.config.ts index fdc4395..5ef72f3 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { basePath: '/leopost', + trailingSlash: true, }; export default nextConfig;