[fix] file assets in sync

This commit is contained in:
kwaroran
2023-06-30 16:50:45 +09:00
parent c2648477d2
commit 9042059196

View File

@@ -87,7 +87,7 @@ export async function getFileSrc(loc:string) {
} }
try { try {
if(forageStorage.isAccount){ if(forageStorage.isAccount && loc.startsWith('assets')){
return hubURL + `/rs/` + loc return hubURL + `/rs/` + loc
} }
if(usingSw){ if(usingSw){