/
concept-collection
/
gcd-visualizer
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
gcd-visualizer
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
main
Branches
main
gcd-visualizer
/
vite.config.ts
9 lines · 237 B
Code
Blame
History
455d9bb
initial
Jeremy Magland
9 months 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
()],
d65fb3a
Use a relative base so the build works at any mount point
owner
3 hours ago
7
// Relative base, so the build works wherever it is mounted
8
base
:
'./'
,
455d9bb
initial
Jeremy Magland
9 months ago
9
})
↑
↓
move
↵
open
esc
close