Merge pull request #40 from JBB0807/finalize

added missing config in vite.config.js
This commit is contained in:
JB Balahadia 2025-05-27 13:36:47 -07:00 committed by GitHub
commit c80ee1054b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,