Skip to content

Commit 6d8dd6a

Browse files
authored
Update vite.config.js
rolling back the parameterization that did not work, so it is served correctly
1 parent 7f2d7c7 commit 6d8dd6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import viteCompression from 'vite-plugin-compression'
33

44
export default defineConfig({
55
root: '.',
6-
base: process.env.BASE_PATH || '/',
6+
base: '/brainchop/',
77
plugins: [
88
// Generate gzip compressed files
99
viteCompression({

0 commit comments

Comments
 (0)