Add basePath for proper subpath deployment with nginx

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Michele
2026-01-31 14:51:49 +01:00
parent 9d4c13a13b
commit 73fa80da7c

View File

@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
basePath: '/leopost',
};
export default nextConfig;