/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
benchcompress / web-ui / vite.config.ts
8 lines · 218 BBlameHistoryRaw
1import { defineConfig } from 'vite'
2import react from '@vitejs/plugin-react'
4// https://vite.dev/config/
5export default defineConfig({
6 plugins: [react()],
7 base: '/zia/', // Base URL for GitHub Pages deployment
8})
moveopenescclose