Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gericfo authored Sep 22, 2023
1 parent 7c5680d commit ba984c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import { getMaps, getMapsOptimizers, getMapsScripts } from "wa-map-optimizer-vit
const maps = getMaps();

export default defineConfig({
base: "gericfo.github.io/EscapeShip/",
base: "/EscapeShip/",
build: {
rollupOptions: {
input: {
index: "gericfo.github.io/EscapeShip/index.html",
index: "./index.html",
...getMapsScripts(maps),
},
},
Expand Down

0 comments on commit ba984c9

Please sign in to comment.