Skip to content

Commit

Permalink
ci: build command
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Sep 27, 2023
1 parent bdebbe3 commit 0bb88da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ export default defineConfig({
},
},
},
// TODO: Remove `alpha`
base: process.env.USE_SANDBOX ? '/kongponents/alpha/' : '/',
base: process.env.USE_SANDBOX ? '/kongponents/' : '/',
build: {
lib: process.env.USE_SANDBOX
? undefined
Expand Down

0 comments on commit 0bb88da

Please sign in to comment.