Skip to content

Commit

Permalink
Fix registration and pw rest redirect (#2333)
Browse files Browse the repository at this point in the history
  • Loading branch information
junjun107 authored Jan 25, 2025
1 parent e7d5882 commit 402afb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import viteTsconfigPaths from "vite-tsconfig-paths";

export default defineConfig({
// depending on your application, base can also be "/"
base: "",
base: "/",
plugins: [
svgrPlugin(),
react({
Expand Down

0 comments on commit 402afb3

Please sign in to comment.