Revert basePath - conflicts with nginx proxy strip

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

View File

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