3
0
mirror of https://github.com/Qortal/q-blog.git synced 2025-01-30 06:42:20 +00:00
q-blog/vite.config.ts

9 lines
178 B
TypeScript
Raw Permalink Normal View History

2023-12-08 18:56:56 +00:00
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: ''
})