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/ // https://vite.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [react()], plugins: [react()],
ase: "/ISSP5-Front-End/", base: "/ISSP5-Front-End/",
server: { server: {
host: "0.0.0.0", host: "0.0.0.0",
port: 5173, port: 5173,