added missing config in vite.config.js

This commit is contained in:
JBB0807 2025-05-27 13:36:10 -07:00
parent 828c0ad47d
commit ec941c8c3a

View file

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