Fix: add basePath for /leopost/ subpath deployment

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Michele
2026-01-31 14:47:00 +01:00
parent 53407df43e
commit fd1409dca7

View File

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