Fix tags, some parts of the markdown hydration, change how icon works

This commit is contained in:
2024-09-07 22:56:03 +02:00
parent d7a8087c6c
commit 0d1332dcd4
30 changed files with 88 additions and 83 deletions

View File

@@ -121,14 +121,11 @@ export default defineTask({
updateTags.finalize();
useStorage('cache').clear();
console.log("Sync finished");
return { result: true };
}
catch(e)
{
console.error(e);
return { result: false };
}
},