Skip to content

Commit

Permalink
Merge pull request #58 from IntelliSOFT-Consulting:client-path
Browse files Browse the repository at this point in the history
Client-path
  • Loading branch information
nyatindopatrick authored Nov 11, 2024
2 parents 3e93496 + 8e60eba commit 3a88326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import react from "@vitejs/plugin-react";
export default defineConfig(({ command, mode }) => {
const config = {
plugins: [react()],
// base: "/client",
base: "/client",
define: {
"process.env": process.env,
},
Expand Down

0 comments on commit 3a88326

Please sign in to comment.