Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetbrulee committed Sep 15, 2024
1 parent 6731f7b commit 098d0a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MinimumBoundingBox/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import { defineConfig } from "vite";

export default defineConfig({
base: "/mbb/",
base: "/algorithm/mbb/",
server: {
open: true,
},
build: {
outDir: "dist/mbb",
},
});

0 comments on commit 098d0a9

Please sign in to comment.