From 6d24624a3d11f043babfec79867d7a6bcbad8011 Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Thu, 17 Aug 2023 16:08:47 +0800 Subject: [PATCH] chore: del config --- .vitepress/config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.vitepress/config.js b/.vitepress/config.js index 32b6382..6b14dfc 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -4,13 +4,8 @@ import mathjax3 from 'markdown-it-mathjax3'; import { main_sidebar, chapter2, chapter3, chapter4, chapter5, chapter6, chapter7, chapter8, chapter9 } from './sidebar.js'; import { nav } from './nav.js'; import PanguPlugin from 'markdown-it-pangu' -import { createWriteStream } from 'node:fs' -import { resolve } from 'node:path' -import { SitemapStream } from 'sitemap' import { fileURLToPath, URL } from 'node:url' -const links = [] - const customElements = [ 'mjx-container', 'mjx-assistive-mml',