From 533557ad43fbc0dc34f5448941e62943b101e2ff Mon Sep 17 00:00:00 2001 From: Sven Date: Wed, 18 Mar 2026 18:50:42 +0100 Subject: [PATCH] fix(config): change CV editor mountPath to /cv-editor to avoid nginx conflict The static Eleventy CV page at /cv was being served by nginx try_files before the request could fall through to the @indiekit proxy. Co-Authored-By: Claude Opus 4.6 --- indiekit.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indiekit.config.mjs b/indiekit.config.mjs index 01f703dd..fc6ea566 100644 --- a/indiekit.config.mjs +++ b/indiekit.config.mjs @@ -463,7 +463,7 @@ export default { mountPath: "/readlater", }, "@rmdes/indiekit-endpoint-cv": { - mountPath: "/cv", + mountPath: "/cv-editor", }, };