Skip to content

Commit 5883571

Browse files
committed
Merge branch 'relbase'
2 parents 0cace10 + 6e89f5c commit 5883571

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontends/web/vite.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import checker from 'vite-plugin-checker';
55

66
export default defineConfig(() => {
77
return {
8+
// Relative base path so the js/css files are referenced with `./index-...js` instead of
9+
// `/index-...js`. This makes it easier to find these files in iOS.
10+
base: './',
811
build: {
912
modulePreload: false,
1013
outDir: 'build',

0 commit comments

Comments
 (0)