Skip to content

Commit

Permalink
update base url
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleiner committed Jul 7, 2023
1 parent 13058d2 commit 6188f54
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ import vueJsx from "@vitejs/plugin-vue-jsx";
import topLevelAwait from "vite-plugin-top-level-await";
import { ViteRsw } from "vite-plugin-rsw";

let base = "/";
if (process.env.DEPLOYMENT === "gh-pages") {
base = "/Blackbox-Analyzer/";
}
const base = "/";

// https://vitejs.dev/config/
export default defineConfig({
Expand Down

0 comments on commit 6188f54

Please sign in to comment.