chore: forgot to remove that rollup thing there

This commit is contained in:
2023-08-23 15:38:26 +02:00
parent a96e483e9c
commit db8d355368

View File

@@ -1,10 +1,9 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import mdx from '@mdx-js/rollup'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), mdx({ baseUrl: '/blog' })],
plugins: [react()],
server: {
port: 3000
}