feat: add rehypeHighlight plugin in mdx
This commit is contained in:
parent
4f2884077a
commit
c1bfe4bb13
@ -3,10 +3,11 @@ import react from "@vitejs/plugin-react";
|
||||
import tailwindcss from "tailwindcss";
|
||||
import mdx from '@mdx-js/rollup';
|
||||
import { resolve } from 'node:path';
|
||||
import rehypeHighlight from "rehype-highlight";
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react(), mdx()],
|
||||
plugins: [react(), mdx({ rehypePlugins: [rehypeHighlight] })],
|
||||
css: {
|
||||
postcss: {
|
||||
plugins: [tailwindcss()],
|
||||
|
Loading…
x
Reference in New Issue
Block a user