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',