From b7c38112828966c0aff207f1dda551f5e4878881 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 15 Jan 2025 14:05:01 +0000 Subject: [PATCH] Enable metaChunk --- .vitepress/config.mts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 3add671c9..e66afb7ba 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -17,6 +17,9 @@ export default defineVersionedConfig( lastUpdated: true, + // Reduce the size of the dist by using a separate js file for the metadata. + metaChunk: true, + locales: loadLocales(__dirname), markdown: {