Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamUW committed Jun 30, 2024
1 parent 73237b1 commit b4b48f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ export default defineConfig(({ mode }) => {
resolve(__dirname, "test/setup/resizeObserverMock.ts"),
],
},
base: mode === "production" ? "/vechain-dapp-kit/react/" : "/",
};
});

0 comments on commit b4b48f9

Please sign in to comment.