Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
connorrothschild committed Jan 2, 2024
1 parent 9d93278 commit 59b2244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: build
env:
BASE_PATH: "/${{ github.event.repository.name }}"
BASE_PATH: "/v4"
run: |
npm run build
Expand Down
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config = {
// fallback: true,
}),
paths: {
base: process.env.NODE_ENV === "production" ? "/v4" : "/v4",
base: "/v4",
},
},
};
Expand Down

0 comments on commit 59b2244

Please sign in to comment.