/
concept-collection
/
commonroom
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
commonroom
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
bed25f3
Branches
main
commonroom
/
vite.config.ts
8 lines · 206 B
Copy
Copied
Blame
History
Raw
1
import
{defineConfig}
from
'vite'
2
import
react
from
'@vitejs/plugin-react'
3
4
export
default
defineConfig
({
5
// Relative base, so the build works wherever it is mounted
6
base
:
'./'
,
7
plugins
: [
react
()]
8
})
↑
↓
move
↵
open
esc
close