Skip to content

Commit

Permalink
Set base to empty string.
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Aug 16, 2024
1 parent a495bce commit 8fa5c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url))
}
},
base: '/OntoPad/pad/'
base: ''
})

0 comments on commit 8fa5c9c

Please sign in to comment.