Finish canvas fixes + add privates content ignore

This commit is contained in:
2024-05-11 00:50:59 +02:00
parent 7a0e8a95a9
commit a4729b8d84
5 changed files with 67 additions and 32 deletions

View File

@@ -8,6 +8,9 @@ export default defineNuxtConfig({
documentDriven: {
injectPage: true,
},
ignores: [
'98.Privé'
],
contentHead: true,
markdown: {
toc: { depth: 3, searchDepth: 3 },