File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 33 "private" : true ,
44 "version" : " 0.0.0" ,
55 "type" : " module" ,
6+ "homepage" : " https://ncusrcamp.github.io/2026" ,
67 "scripts" : {
78 "dev" : " vite" ,
89 "build" : " vite build" ,
910 "lint" : " eslint ." ,
10- "preview" : " vite preview"
11+ "preview" : " vite preview" ,
12+ "predeploy" : " npm run build" ,
13+ "deploy" : " gh-pages -d build"
1114 },
1215 "dependencies" : {
1316 "framer-motion" : " ^12.23.12" ,
2528 "eslint" : " ^9.33.0" ,
2629 "eslint-plugin-react-hooks" : " ^5.2.0" ,
2730 "eslint-plugin-react-refresh" : " ^0.4.20" ,
31+ "gh-pages" : " ^6.3.0" ,
2832 "globals" : " ^16.3.0" ,
2933 "vite" : " ^7.1.2"
3034 }
31- }
35+ }
Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react'
33
44// https://vite.dev/config/
55export default defineConfig ( {
6+ base : '/2026/' ,
67 plugins : [ react ( ) ] ,
78} )
You can’t perform that action at this time.
0 commit comments