Skip to content

Commit

Permalink
Update vite.config.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
ufocoder authored Apr 9, 2024
1 parent d83c4d9 commit b3841aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from "vite";

export default defineConfig({
base: "/fpt-ts/",
base: "/fpt/",
server: {
port: 3000,
},
Expand Down

0 comments on commit b3841aa

Please sign in to comment.