Add gitea content searching and fix lots of things

This commit is contained in:
2024-01-09 18:06:43 +01:00
parent 08c3a93893
commit f19a6a65da
67 changed files with 139 additions and 16327 deletions

View File

@@ -25,17 +25,18 @@ export default defineNuxtConfig({
'remark-emoji',
'remark-gfm',
],
}
/*,
},
sources: {
content: {
dir: "content",
dir: "",
driver: "github",
repo: "peaceultime/system-aspect",
branch: "master",
ttl: 300,
token: "0f44a3dd730bc7bb54343566a7d7cb930b40bbdd",
apiURL: "https://git.peaceultime.com/api/v1",
cdnURL: "https://git.peaceultime.com/",
}
}*/
}
}
})