Skip to content

Commit 1e143f6

Browse files
committed
Release 20250626-2 [manually done]
1 parent 06caaeb commit 1e143f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hvdata/appmain.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async function newStorageDir(path) {
105105
return path.replace(/\/$/, '');
106106
}
107107
async function search(filePath, format = STOF_TEXT) {
108-
const fpath = `${storageO}/${filePath}`.replace('//', '/_base/');
108+
const fpath = `${storageO}/${filePath}`.replace('//', '/');
109109
const response = await fetchDataOrEmpty(fpath);
110110

111111
switch (format) {

0 commit comments

Comments
 (0)