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 ec17797 commit 6731f7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/mbb-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
env:
BASE_URL: "/algorithm/mbb/"
run: pnpm run build
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
2 changes: 1 addition & 1 deletion MinimumBoundingBox/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from "vite";

export default defineConfig({
base: "/algorithm/mbb/",
base: "/mbb/",
server: {
open: true,
},
Expand Down

0 comments on commit 6731f7b

Please sign in to comment.