Skip to content

Commit

Permalink
web: explorer: use relative URLs
Browse files Browse the repository at this point in the history
ref: #2266
  • Loading branch information
williballenthin authored Aug 9, 2024
1 parent 0403c18 commit a9e67c7
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 ? "/" : "/capa/",
base: isBundle ? "./",
plugins: isBundle ? [vue(), viteSingleFile()] : [vue()],
resolve: {
alias: {
Expand Down

0 comments on commit a9e67c7

Please sign in to comment.