/
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
bde0876
Branches
main
benchmark-results
benchcompress
/
web-ui
/
vite.config.ts
8 lines · 228 B
Code
Blame
History
a4762fa
web-ui
Jeremy Magland
1 year ago
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
()],
7884e06
rename to benchcompress
Jeremy Magland
1 year ago
7
base
:
'/benchcompress/'
,
// Base URL for GitHub Pages deployment
a4762fa
web-ui
Jeremy Magland
1 year ago
8
})
↑
↓
move
↵
open
esc
close