We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b1d02 commit eef3fb6Copy full SHA for eef3fb6
1 file changed
webchat/src/marmLogic.js
@@ -31,7 +31,7 @@ let docsCache = null;
31
export const docSnippets = {};
32
33
const DOC_NAMES = ['readme', 'description', 'faq', 'handbook'];
34
-const DOC_BASE_PATH = '/webchat/data/';
+const DOC_BASE_PATH = './data/';
35
36
export async function loadDocs() {
37
if (docsCache && Object.keys(docsCache).length) return docsCache;
0 commit comments