fresh start
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
Bhavnoor Singh Saroya 2025-08-25 12:41:18 -07:00
parent c80ee1054b
commit c297ad6085
26 changed files with 4578 additions and 243 deletions

View file

@ -4,9 +4,12 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
base: "/ISSP5-Front-End/",
base: "/",
build: {
outDir: "dist",
},
server: {
host: "0.0.0.0",
port: 5173,
port: 8080,
},
})