Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazengp committed Aug 1, 2023
1 parent d20f6d7 commit b9e6cec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
49 changes: 0 additions & 49 deletions .vitepress/config/genFeed.ts

This file was deleted.

4 changes: 0 additions & 4 deletions .vitepress/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Unocss from 'unocss/vite'
import AutoImport from 'unplugin-auto-import/vite'
import Inspect from 'vite-plugin-inspect'
import MarkdownItFootnote from 'markdown-it-footnote'
import { genFeed } from './genFeed'
import { fileURLToPath, URL } from 'node:url'
import { defineConfig, HeadConfig } from 'vitepress'
import { colorPreviewPlugin } from '../theme/markdown/colorPreview'
Expand Down Expand Up @@ -317,7 +316,4 @@ export default defineConfig({
md.use(figure)
},
},
buildEnd: (config) => {
genFeed(config)
},
})

0 comments on commit b9e6cec

Please sign in to comment.