From ace1916bdf6c10519b67e905d20e1f25de88966b Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:45:40 +0530 Subject: [PATCH] search detailedView by default --- .vitepress/config.mts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 752df6f79..19b41a11e 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -68,9 +68,16 @@ export default withPwa( ], }), ], + build: { + // Shut the fuck up + chunkSizeWarningLimit: Infinity, + }, }, themeConfig: { search: { + options: { + detailedView: true, + }, provider: "local", }, outline: "deep",