Skip to content

Commit

Permalink
web: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin authored Aug 9, 2024
1 parent a9e67c7 commit 0b2ce57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/explorer/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig(({ command, mode }) => {
const isBundle = mode === "bundle";

return {
base: isBundle ? "./",
base: "./",
plugins: isBundle ? [vue(), viteSingleFile()] : [vue()],
resolve: {
alias: {
Expand Down

0 comments on commit 0b2ce57

Please sign in to comment.