Skip to content

Commit

Permalink
make PD base url relative
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Feb 23, 2024
1 parent 34c5ea7 commit 57c9e95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocol-designer/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import postCssPresetEnv from 'postcss-preset-env'
import lostCss from 'lost'

export default defineConfig({
// this makes imports relative rather than absolute
base: '',
build: {
// Relative to the root
outDir: 'dist',
Expand Down

0 comments on commit 57c9e95

Please sign in to comment.