From 9d4c13a13be643f176a2282ede9467a9c20dd6af Mon Sep 17 00:00:00 2001 From: Michele Date: Sat, 31 Jan 2026 14:49:23 +0100 Subject: [PATCH] Revert basePath - conflicts with nginx proxy strip Co-Authored-By: Claude Opus 4.5 --- next.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/next.config.ts b/next.config.ts index 63ad251..e9ffa30 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,8 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - basePath: '/leopost', - assetPrefix: '/leopost', + /* config options here */ }; export default nextConfig;