You've already forked obsidian-visualiser
Finally (???) fix the hydration issues with a markdown renderer in SSR
This commit is contained in:
@@ -22,9 +22,6 @@ export default defineCachedEventHandler(async (e) => {
|
||||
const criteria: Record<string, any> = { $project: project, $tag: tag };
|
||||
|
||||
const db = useDatabase();
|
||||
|
||||
console.log(`SELECT * FROM explorer_tags WHERE ${where.join(" and ")}`, criteria);
|
||||
|
||||
const content = db.query(`SELECT * FROM explorer_tags WHERE ${where.join(" and ")}`).get(criteria) as Tag;
|
||||
|
||||
if(content !== undefined)
|
||||
|
||||
Reference in New Issue
Block a user