Fix redirect loop: add trailingSlash config

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Michele
2026-01-31 15:01:25 +01:00
parent 73fa80da7c
commit 79f9d73af0

View File

@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
basePath: '/leopost',
trailingSlash: true,
};
export default nextConfig;