/ concept-collection / proofery-web
Sign in
concept-collection / proofery-web
proofery-web / vite.config.ts
8 lines · 187 BBlameHistoryRaw
1import { defineConfig } from 'vite'
2import react from '@vitejs/plugin-react'
4// https://vite.dev/config/
5export default defineConfig({
6 plugins: [react()],
7 base: '/proofery-web/',
8})
moveopenescclose