Cleanup old dependencies and fix RemarkOfm import

This commit is contained in:
2024-08-05 17:58:39 +02:00
parent 310a4accc4
commit e28d72fd1b
8 changed files with 37 additions and 60 deletions

View File

@@ -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