/
concept-collection
/
benchcompress
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
benchcompress
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
2
Tags
0
Site
7ccd097
Branches
main
benchmark-results
benchcompress
/
web-ui
/
vite.config.ts
8 lines · 218 B
Copy
Copied
Blame
History
Raw
1
import
{ defineConfig }
from
'vite'
2
import
react
from
'@vitejs/plugin-react'
3
4
// https://vite.dev/config/
5
export
default
defineConfig
({
6
plugins
: [
react
()],
7
base
:
'/zia/'
,
// Base URL for GitHub Pages deployment
8
})
↑
↓
move
↵
open
esc
close