We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06caaeb commit 1e143f6Copy full SHA for 1e143f6
hvdata/appmain.js
@@ -105,7 +105,7 @@ async function newStorageDir(path) {
105
return path.replace(/\/$/, '');
106
}
107
async function search(filePath, format = STOF_TEXT) {
108
- const fpath = `${storageO}/${filePath}`.replace('//', '/_base/');
+ const fpath = `${storageO}/${filePath}`.replace('//', '/');
109
const response = await fetchDataOrEmpty(fpath);
110
111
switch (format) {
0 commit comments