You've already forked obsidian-visualiser
Layouts, ProseA rework and PreviewContent creation. Trying to fix hydration by making better SSR.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import useDatabase from '~/composables/useDatabase';
|
||||
import type { File } from '~/types/api';
|
||||
|
||||
export default defineEventHandler(async (e) => {
|
||||
const project = getRouterParam(e, "projectId");
|
||||
|
||||
Reference in New Issue
Block a user