Skip to content

Commit eef3fb6

Browse files
authored
Update marmLogic.js
1 parent 09b1d02 commit eef3fb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webchat/src/marmLogic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let docsCache = null;
3131
export const docSnippets = {};
3232

3333
const DOC_NAMES = ['readme', 'description', 'faq', 'handbook'];
34-
const DOC_BASE_PATH = '/webchat/data/';
34+
const DOC_BASE_PATH = './data/';
3535

3636
export async function loadDocs() {
3737
if (docsCache && Object.keys(docsCache).length) return docsCache;

0 commit comments

Comments
 (0)