We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cace10 + 6e89f5c commit 5883571Copy full SHA for 5883571
frontends/web/vite.config.mjs
@@ -5,6 +5,9 @@ import checker from 'vite-plugin-checker';
5
6
export default defineConfig(() => {
7
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: './',
11
build: {
12
modulePreload: false,
13
outDir: 'build',
0 commit comments