From 5e475974c5d69d3a6807ae2451134d503006269a Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 4 Nov 2024 08:17:26 -0700 Subject: [PATCH] config: Remove srcExclude config setting This file doesn't exist, and this config item causes hangs with VitePress >= 1.4.0. --- docs/.vitepress/config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 4692214..0a498c1 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -6,7 +6,6 @@ export default defineConfig({ title: "IMAP Server Tester", lang: 'en-US', description: "Documentation for the IMAP Server Tester", - srcExclude: [ '/DOCS.md' ], sitemap: { hostname: 'https://dovecot.github.io/imaptest/',