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.
1 parent 091e25d commit f85b4a9Copy full SHA for f85b4a9
vite.config.ts
@@ -6,8 +6,6 @@ import tailwindcss from '@tailwindcss/vite'
6
export default defineConfig(({ mode }) => {
7
const env = loadEnv(mode, process.cwd(), '');
8
// In prod, app will be served under `demo.iex.ec/web3messaging` path
9
- console.log(env.SET_SUBPATH_FOR_PROD);
10
-
11
const basePath =
12
env.SET_SUBPATH_FOR_PROD === 'true' ? '/web3messaging' : '/';
13
console.log('[vite] Building with base path:', basePath);
0 commit comments