summaryrefslogtreecommitdiff
path: root/ci/config/CMNext.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-11-11 00:52:57 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-11-11 00:52:57 -0500
commitfdf78dd5bf25f345cc8419cc547cdbafaf54ae86 (patch)
tree0e1f8ef9f27e7a0a6532299161db06b8dc5a999b /ci/config/CMNext.json
parent39a22deb6a232356bf7b2ef8386679bc8ea2f697 (diff)
switch default api path, reduce bundle size, and swtich to async componentsv0.1.3
Diffstat (limited to 'ci/config/CMNext.json')
-rw-r--r--ci/config/CMNext.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/config/CMNext.json b/ci/config/CMNext.json
index 1b3c516..d11a8f9 100644
--- a/ci/config/CMNext.json
+++ b/ci/config/CMNext.json
@@ -3,15 +3,15 @@
"debug": false,
"post_endpoint": {
- "path": "/blog/posts"
+ "path": "/api/blog/posts"
},
"channel_endpoint": {
- "path": "/blog/channels"
+ "path": "/api/blog/channels"
},
"content_endpoint": {
- "path": "/blog/content",
+ "path": "/api/blog/content",
"max_content_length": 50000000
},