diff --git a/package.json b/package.json index aba659ff3..43cad16ef 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "feed": "^5.1.0", "itty-fetcher": "^1.0.10", "mark.js": "^8.11.1", + "minisearch": "^7.2.0", "nitro-cors": "^0.7.1", "nitropack": "^2.12.9", "nprogress": "^0.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fde964f58..868915f9c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,6 +38,9 @@ importers: mark.js: specifier: ^8.11.1 version: 8.11.1 + minisearch: + specifier: ^7.2.0 + version: 7.2.0 nitro-cors: specifier: ^0.7.1 version: 0.7.1 diff --git a/unocss.config.ts b/unocss.config.ts index 001b1f731..5ea213a49 100644 --- a/unocss.config.ts +++ b/unocss.config.ts @@ -129,12 +129,13 @@ export default defineConfig({ ) } } - }), - presetWebFonts({ - fonts: { - mono: 'Geist Mono' - } }) + // Temporarily disabled for build in sandboxed environment + // presetWebFonts({ + // fonts: { + // mono: 'Geist Mono' + // } + // }) ], transformers: [transformerDirectives()] }) \ No newline at end of file