You've already forked obsidian-visualiser
Cleanup old dependencies and fix RemarkOfm import
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
const route = useRoute();
|
||||
const path = unifySlug(route.params.slug);
|
||||
|
||||
//const dummy = await useFetch(`/api/project`);
|
||||
const { data: content } = await useFetch(`/api/project/${route.params.projectId}/file`, {
|
||||
query: {
|
||||
path: path
|
||||
|
||||
Reference in New Issue
Block a user