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 <noreply@anthropic.com>
This commit is contained in:
Sven
2026-03-18 18:50:42 +01:00
parent 95f42df216
commit 533557ad43

View File

@@ -463,7 +463,7 @@ export default {
mountPath: "/readlater",
},
"@rmdes/indiekit-endpoint-cv": {
mountPath: "/cv",
mountPath: "/cv-editor",
},
};