Skip to content

Commit

Permalink
feat: MET-1803 update vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TaiTruong committed Jan 15, 2024
1 parent c208f0c commit e4e9b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default defineConfig(({ mode }) => {
]
}
},
base: "/en/",
// base: "/en/",
resolve: {
alias: { "src/": resolve(__dirname, "./src/$1"), crypto: "crypto-browserify", stream: "stream-browserify" }
},
Expand Down

0 comments on commit e4e9b00

Please sign in to comment.