diff --git a/nuxt.config.ts b/nuxt.config.ts index 75298c6..a7a2208 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -8,6 +8,12 @@ export default defineNuxtConfig({ documentDriven: { injectPage: true, }, + ignores: [ + '\\.', + '-', + '\\.xls', + '\\.csv' + ], contentHead: true, markdown: { toc: { depth: 3, searchDepth: 3 },