There was an error while loading. Please reload this page.
1 parent a5e8b08 commit 765caf1Copy full SHA for 765caf1
1 file changed
vite.config.js
@@ -3,7 +3,7 @@ import viteCompression from 'vite-plugin-compression'
3
4
export default defineConfig({
5
root: '.',
6
- base: '/brainchop-test/', // Root path for custom domain brainchop.org
+ base: '/', // Root path for custom domain brainchop.org
7
plugins: [
8
// Generate gzip compressed files
9
viteCompression({
0 commit comments