Skip to content

Commit

Permalink
fix md not plugins for vite issues
Browse files Browse the repository at this point in the history
  • Loading branch information
WindyDante committed Oct 18, 2024
1 parent 8a08fdf commit d481935
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ import { fileURLToPath, URL } from 'node:url'

import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import md from 'vite-plugin-md'

// https://vitejs.dev/config/
export default defineConfig({
base:"/headwriteblog/",
plugins: [
vue(),
md()
],
assetsInclude: ['**/*.md'],
build:{
outDir:"docs"
},
Expand Down

0 comments on commit d481935

Please sign in to comment.