From 41e3a562d215ff3f6da12af2818eb7b98bb74b53 Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Sun, 3 Mar 2024 11:46:04 +0100 Subject: [PATCH] Remove xlsx and csv files from content generation --- nuxt.config.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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 },